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 !
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 !
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
© 2022 - 2024 — McMap. All rights reserved.