Identification Server + Ion + OpenID Hybrid Stream

I can not find any example for this kind of solution. Is this doable? As far as I know, this should be, but I have not seen anyone do it. Any minus for this way?

Thank!

+7
source share
1 answer

Identity Server + Ionic + OpenID Hybrid Stream is Possible. For OIDC Hybrid Flow, you must configure response_type and scope accordingly. Example: setting response_type: "id_token token", scope: "openid profile",

Identity Server Ionic, response_type - " id_token", - "openid", OIDC. response_type . response_type

0

Source: https://habr.com/ru/post/1652348/


All Articles