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

JARM configurations need to be updated #888

Open
Akila94 opened this issue Jun 11, 2024 · 1 comment
Open

JARM configurations need to be updated #888

Akila94 opened this issue Jun 11, 2024 · 1 comment

Comments

@Akila94
Copy link
Member

Akila94 commented Jun 11, 2024

Location : https://ob.docs.wso2.com/en/latest/learn/jarm-for-oauth2/

The existing configurations in the documentation won't apply them to the identity.xml file. Need to update the configs with correct formats.

@Akila94
Copy link
Member Author

Akila94 commented Jun 11, 2024

The configs in the default.json is as follows,

"oauth.jarm.enable": false,
  "oauth.jarm.jwt.enable": false,
  "oauth.jarm.query_jwt.enable": false,
  "oauth.jarm.fragment_jwt.enable": false,
  "oauth.jarm.form_post_jwt.enable": false,
  "oauth.jarm.jarm_response_jwt_validity": "600",
  "oauth.jarm.response_mode.jwt.class": "org.wso2.carbon.identity.oauth2.responsemode.provider.jarm.impl.JwtResponseModeProvider",
  "oauth.jarm.response_mode.query_jwt.class": "org.wso2.carbon.identity.oauth2.responsemode.provider.jarm.impl.QueryJwtResponseModeProvider",
  "oauth.jarm.response_mode.fragment_jwt.class": "org.wso2.carbon.identity.oauth2.responsemode.provider.jarm.impl.FragmentJwtResponseModeProvider",
  "oauth.jarm.response_mode.form_post_jwt.class": "org.wso2.carbon.identity.oauth2.responsemode.provider.jarm.impl.FormPostJwtResponseModeProvider",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant