You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`grant_types`|**Honored** (persist + echo + enforce) | Honored |Default `["authorization_code"]`. Enforced for the code grant; refresh grant exempt (see note). |
36
-
|`response_types`|**Honored** (persist + echo + enforce) | Honored |Default `["code"]`. Enforced at the authorization endpoint. |
37
-
|`token_endpoint_auth_method`|**Honored** (persist + echo + enforce) | Honored |Default `client_secret_basic` (or `none` for public). Enforced at the token endpoint. |
35
+
|`grant_types`|**Honored** (persist + echo + enforce) | Honored |DCR default `["authorization_code"]` stored at registration. Enforced for the code grant (presence + non-empty); refresh grant exempt (see note). |
36
+
|`response_types`|**Honored** (persist + echo + enforce) | Honored |DCR default `["code"]` stored at registration. Enforced at the authorization endpoint (presence + non-empty). |
37
+
|`token_endpoint_auth_method`|**Honored** (persist + echo + enforce) | Honored |DCR default `client_secret_basic` (or `none` for public) stored at registration. Enforced at the token endpoint (presence). |
0 commit comments