You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
OIDC Client Configuration Options
grant_types_supported | response_types | offline_access | clienth_authn_method | pkce_essential |
---|
authorization_code | code | false | client_secret_basic and client_secret_post | false |
authorization_code | code | false | client_secret_basic and client_secret_post | true |
authorization_code | code | false | public | false |
authorization_code | code | false | public | true |
authorization_code and refresh_token | code | true | client_secret_basic and client_secret_post | false |
authorization_code and refresh_token | code | true | client_secret_basic and client_secret_post | true |
authorization_code and refresh_token | code | true | public | true |
authorization_code and token-exchange | code | false | client_secret_basic and client_secret_post | false |
authorization_code and token-exchange | code | false | client_secret_basic and client_secret_post | true |
authorization_code and token-exchange | code | false | public | true |
authorization_code and refresh_token and token-exchange | code | true | client_secret_basic and client_secret_post | false |
authorization_code and refresh_token and token-exchange | code | true | public | true |
implicit | id_token token | false | public | false |