Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

AuthorizationEndpoint does not support response_type=id_token #702

Closed
mmoayyed opened this issue Feb 25, 2016 · 4 comments
Closed

AuthorizationEndpoint does not support response_type=id_token #702

mmoayyed opened this issue Feb 25, 2016 · 4 comments

Comments

@mmoayyed
Copy link

/authorize?nonce=...&state=...&redirect_uri=...&response_type=id_token&client_id=client&scope=openid

is a valid request. Yet there exists this:

if(!responseTypes.contains("token") && !responseTypes.contains("code")) {
            throw new UnsupportedResponseTypeException("Unsupported response types: " + responseTypes);
        }
@mmoayyed
Copy link
Author

I am happy to post a PR on this. Is that agreeable? This is really stopping us to get certified on a few other OIDC profiles.

@dsyer
Copy link
Contributor

dsyer commented May 13, 2016

Duplicates #619 #220.

@rwinch
Copy link
Contributor

rwinch commented May 13, 2016

Closing as duplicate

@rwinch rwinch closed this as completed May 13, 2016
@mmoayyed
Copy link
Author

Thanks. Good to know it was documented elsewhere.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants