请问 OpenID Connect Hybrid Flow 的使用场景

2021-02-15 07:24发布

问题:

请问在什么样的场景下需要使用 OpenID Connect Hybrid Flow ?

回答1:

在 OpenID Connect Flows 中找到了答案:

The hybrid flow allows authorization codes and tokens to be returned from the authorization endpoint at the same time. This flow can be useful if the client needs to perform some processing before swapping an authorization code for tokens.



标签: oidc