Identity Server + ionic + OpenID Hybrid flow
Asked Answered
M

1

7

I can't find any example for this kinda solution. Is it doable ? In my knowledge, it should be, but I haven't seen anyone doing this. Any downside for this way ?

Thanks !

Manaus answered 24/8, 2016 at 14:12 Comment(0)
H
0

Identity Server + Ionic + OpenID Hybrid Flow is possible. For OIDC Hybrid Flow, you have to configure the response_type and scope accordingly. Example: configure response_type: "id_token token", scope: "openid profile",

For how to configure you can refer Configuring Identity Server with Ionic, where the response_type is "id_token token" and scope is "openid" which is OIDC Hybrid Flow. You can specify the response_type as per your need. For the supported response_type check this link

Harbot answered 15/4, 2019 at 7:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.