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

check grant_types_supported and response_type_supported #102

Closed
bwegh opened this issue Jan 17, 2017 · 1 comment · Fixed by #111
Closed

check grant_types_supported and response_type_supported #102

bwegh opened this issue Jan 17, 2017 · 1 comment · Fixed by #111

Comments

@bwegh
Copy link
Contributor

bwegh commented Jan 17, 2017

ensure it contains 'authorization_code' before marking a provider as ready
and response_type 'code'

@bwegh bwegh changed the title check grant_types supported check grant_types_supported and response_type_supported Jan 17, 2017
@bwegh bwegh added this to the Conformance Test Deadline milestone Jan 17, 2017
@bwegh
Copy link
Contributor Author

bwegh commented Jan 18, 2017

response_type_supported must include "code"
grant_types_supported must, if present include "authorization_code", if not present
["authorization_code", "implicit"] is assumed

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

Successfully merging a pull request may close this issue.

1 participant