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

OIDC Discovery Endpoint does not return correct supported authentication methods #1013

Open
JKAUSHALYA opened this issue Jan 24, 2019 · 0 comments

Comments

@JKAUSHALYA
Copy link
Member

Description:
Open ID configurations retrieved through discovery endpoint [1] does not return the correct supported authentication mechanisms. It is hardcoded in the [2].

"token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post"
    ], 

[1] curl -v -k --user admin:admin https://localhost:9446/oauth2/oidcdiscovery/.well-known/openid-configuration
[2] https://github.com/wso2-extensions/identity-inbound-auth-oauth/blob/master/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/util/OAuth2Util.java#L2544

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

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

No branches or pull requests

1 participant