Skip to content
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

Change default token type of portal apps to JWT. #12281

Merged
merged 8 commits into from
Feb 25, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    0703924 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. load resident IDP and validate its issuer against the token.

    load certificate/jwks url from resident IDP and validate signature against the token.
    dushaniw committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    48e0814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0728161 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    4a477c4 View commit details
    Browse the repository at this point in the history
  2. fix wso2/api-manager#2495.

    dushaniw committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    51aee18 View commit details
    Browse the repository at this point in the history
  3. remove unwanted method.

    dushaniw committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bd90408 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. remove logic retrieving consumer app tenant domain to get resident IDP.

    remove logic to get JWKS endpoint to validate signature.
    dushaniw committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    88f4c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0126f51 View commit details
    Browse the repository at this point in the history