Skip to content
Snippets Groups Projects
user avatar
Eric Chiang authored
Accept the following response_type for the implicit flow:

    id_token
    token id_token

And the following for hybrid flow

    code id_token
    code token
    code token id_token

This corrects the previous behavior of the implicit flow, which
only accepted "token" (now correctly rejected).
f926d741
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..