-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support JWT Tokens in portal apps #2496
Comments
To support tenant logins, it is mandatory to append tenant domain to the local subject identifier. |
PR for identity-inbound-auth-oauth component wso2-extensions/identity-inbound-auth-oauth#2384 PR for carbon-identity-framework for config changes wso2/carbon-identity-framework#5547 |
carbon-apimgt fix wso2/carbon-apimgt#12297 |
Integration test update to run with JWT wso2/product-apim#13394 |
14 Integration tests failing. Currently checking them
|
Fixed cross tenant scenario from wso2/carbon-apimgt@448687f and secondary user store scenarios from wso2/carbon-apimgt@99c4044 Now all integration tests pass |
Add config to enable JWT for portals with wso2/carbon-apimgt@bc3869d and wso2/apim-apps#583 |
Docs |
Problem
Currently portal apps only work with opaque tokens. To add support for JWT tokens, OAuthJWTAuthenticatorImpl needs additional changes to validate issuer and signature from resident identity provider.
Solution
Implement logic to local resident idp and validate token issuer and set certificate and other details in JWTValidator impl instance.
Affected Component
APIM
Version
4.3.0 - M2
Implementation
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: