-
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
LTPA and JTW SSO support authentication filter #3801
Comments
https://www.ibm.com/support/knowledgecenter/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/twlp_sec_config_jwt_sso.html For more information on configuring the authentication filter, see Authentication Filters link.
Also add a following nore: Note |
In the LTPA SSO article we also need to add the authFilter just like the JWT article |
https://www.ibm.com/support/knowledgecenter/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/twlp_sec_ltpa.html For more information on configuring the authentication filter, see Authentication Filters link.
Also add a following nore: Note |
https://openliberty.io/docs/21.0.0.3/authentication-filters.html https://openliberty.io/docs/21.0.0.3/reference/feature/appSecurity-3.0.html |
Notes:
|
@utle Thanks for providing relevant information for the updates that need to be added to the OL topics. I have a some questions:
|
|
Epic for this ID issue: OpenLiberty/open-liberty#10091 |
@utle I made updates to the following topics per your comments in the issue, https://draft-openlibertyio.mybluemix.net/docs/21.0.0.4/reference/feature/appSecurity-3.0.html https://draft-openlibertyio.mybluemix.net/docs/21.0.0.4/reference/feature/jwtSso-1.0.html |
Content reviewFor both these examples, it should be more clear specifically what the filter does. Does it filter how the JWT is created? which requests are processed by jwt sso? Configure an authentication filter
Configure an authentication filter (appSecurity)
|
As is, the examples tell you that you can set a filter, but why you would want to or what happens when you do is not clear. Since the examples are so similar (which is ok), my comments for jwtSso apply to LTPA too. I think the basic pattern is:
|
@dmuelle It's corrected ... also, I think we need to mention if auth filter is not configured which is the current behavior |
@dmuelle I worked on your review https://draft-openlibertyio.mybluemix.net/docs/21.0.0.4/reference/feature/jwtSso-1.0.html |
Also, here is the draft link to the App security topic with updates for LTPA https://draft-openlibertyio.mybluemix.net/docs/21.0.0.4/reference/feature/appSecurity-3.0.html |
Both look good except for the final sentence: "If the jwtSso feature is enabled but jwtSso element does not include the authFilterRef attribute, all requests to access the protected resources that have a JWT cookie are used for the JWT SSO authentication." If the ltpa element does not specify the authFilterRef attribute, all requests to access the protected resources that have an LTPA cookie are used for the LTPA SSO authentication. |
@dmuelle Here are the updated links App securtiy- https://draft-openlibertyio.mybluemix.net/docs/21.0.0.4/reference/feature/appSecurity-3.0.html |
looks good, just need to add monospace formatting as discussed via slack |
No description provided.
The text was updated successfully, but these errors were encountered: