Hi All,
I am trying to make an OIDC login using Hosted Page. I am getting an error like in the image below. I know that the consent should be encrypted and then I created a consent page.
Now my question is, how to let the gigya.oidc.js SDK know t...
Hi,
How to redirect user when using social login or custom button to profile update page that is also a hosted page?
Other question, how to redirect user after logging in using social login to a different page that is not logged in, and redirect ...
Hi,I have created 2 hosted pages to see if the user is logged in.1 is the login page and the other is a profile-update page.Please see the attached images.What I want to happen is that when the user logs in the login page, redirect to the profile upd...
What is the difference in the proxy page when it is returning
#id_token= vs ?id_token=
I've read somewhere that it is client side vs server side.
And how to make it ?id_token as I am getting #id_token.
Hi Ian,Follow up question for this.I have 2 RPs connected to OIDC.How to redirect them to their own page when they login in the hosted page?Currently the screenset is configured in the javascript parameter to redirect to a single page.
Hi Kunal,Thanks for your reply.I am using id_token and as I checked the configuration, the supported response type is checked.Is there any other settings that I can check to help me figure if I want to use query parameters?