-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JWT single sign-on config examples #3892
Comments
@teddyjtorres I made updates to the jwtSso config example to include steps 4 and 5 in the KC jwtSso topic. https://docs-draft-openlibertyio.mybluemix.net/docs/21.0.0.4/reference/feature/jwtSso-1.0.html |
Thank you Manasi for the changes. They look good. There are a few things to update.
after the sentences
|
@teddyjtorres Thanks for your review Teddy. I worked on your review comments. You can see the updates here https://draft-openlibertyio.mybluemix.net/docs/21.0.0.4/reference/feature/jwtSso-1.0.html
after the sentences
|
Thank you. They look good. |
Content review
The KC topic says "The JWT SSO cookie is configured by enabling the jwtSso-1.0 feature. When a user is authenticated, Liberty creates a signed JWT as an SSO cookie and returns it to the browser. The browser can then include the JWT cookie in subsequent requests to the Liberty server." --> this information, edited for OL, would be good to include after the introductory statement. Change the token expiration time
Change JWT validation criteria
Use the JSON Web Key (JWK) endpoint to validate JWTsNeed to recheck this example against the KC source (step 5). It's missing info and the examples aren't ordered correctly |
@dmuelle I worked on your content review. Content review
What is "a Single Sign On" ? maybe:
Change the token expiration time
--->
--> Change JWT validation criteria
-->
---> Use the JSON Web Key (JWK) endpoint to validate JWTs
|
Hi Manasi "To use the JWK endpoint for consuming JWTs, add the jwksUri attribute to the mpJwt configuration element that exists in the server.xml file." Maybe: "To retrieve the JWT issuer public key from a JWK endpoint, specify the endpoint in the Then in the last description, the reference to "different builder" should be more specific: "If you specified a different builder, its JWK endpoint is ---> If you specify a non-default JWT builder, the JWK endpoint is http(s)://:/jwt/ibm/api/(builderId)/jwk, where |
per discussion around #3801 , convert steps 4 and 5 in the KC jwtSso topic to new config examples on the jwtSso-1.0 feature page. Review the KC page to ensure that no additional information needs to be transferred to OL doc
The text was updated successfully, but these errors were encountered: