It's all about the answers!

Ask a question

Setting up Jazz Authorization Server fails with invalid jas URL


Karen Steele (1.2k2135139) | asked May 12 '21, 6:35 a.m.

Setting us the JasSingle Sign on
 
I'm at the point where we already had an install and we're adding on top of so using the -prepareJsaSsoMigration
 
So I'm now running on JTS the repotools-jts migrateToJsaSso ... the error I'm getting is directlly related to my JAS server claiming that its not the correct URL ... however, the URL I'm inputting is exactly the same one as I use to validate that JAS is running.
 
https://{servername}:9643/oidc/endpoint/jazzop/.well-known/openid-configuration  ... exactly which part of that is the migrateToJsaSso expecting as I've tried all combinations and they all fail with the same error.
 

CLM 6.0.6.1 ifix16
Windows servers
built in liberty


Comments
Shubjit Naik commented May 12 '21, 8:00 a.m.

 Hi Karen


Could you share the command you are using to perform the migrateToJsaSso?

To confirm that your JAS server is working you can access the following URL and Login with configured credentials


Karen Steele commented May 12 '21, 8:56 a.m.
repotools-jts -migrateToJsaSso authServerURL=https://{servername}:9643/oidc/endpoint/jazzop/.well-known/openid-configuration authServerUserId=X authServerPassword=X

the above url on the JAS server returns the page with the links etc, registration the prompt for the user account and loads correctly both of which I believe confirm the server is running.


Karen Steele commented May 12 '21, 9:09 a.m.
well I'm pretty sure that I did that yesterday but apparently switching that up just now has worked - i must have had a typo or something of that nature.  Thank you so much (would be really nice if our documentation would actually give an example)

Thanks again.

Shubjit Naik commented May 12 '21, 10:33 a.m.

 Thank you for confirming. 

They have an example in the repotools section

It might be missing in the page that includes the steps to migrate. I will have to check.

Accepted answer


permanent link
Shubjit Naik (1.5k1613) | answered May 12 '21, 9:01 a.m.

Hi Karen,


Could you try this format:
./repotools-jts -migrateToJsaSso authServerURL=https://<hostname>:9643/oidc/endpoint/jazzop authServerUserID=X authServerPassword=X


Ralph Schoon selected this answer as the correct answer

Comments
Ralph Schoon commented May 12 '21, 2:55 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Thanks as always Shubjit!

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.