IdentityServer4授权类型(GrantType)对应的返回类型(ResponseType)
| 授权类型(GrantyType) | 返回类型(ResponseType) |
| authorization_code | code |
| implicit | token |
| implicit | id_token |
| implicit | id_token token |
| hybrid | code id_token |
| hybrid | code token |
| hybrid | code id_token token |
| 授权类型(GrantyType) | 返回类型(ResponseType) |
| authorization_code | code |
| implicit | token |
| implicit | id_token |
| implicit | id_token token |
| hybrid | code id_token |
| hybrid | code token |
| hybrid | code id_token token |