Unable to do single sign on(SSO) every time the window asking for login with username and password
raviteja74 opened this issue · 1 comments
raviteja74 commented
My application is based on Cordova cross platform desktop app which supports windows and ios platforms my past team members configured Oauth in pkce flow using this library but the problem is it is asking every time login credentials not showing any existing account to select and perform Single sign on could please help me on what settings i can give here to work on SSO mode?
pamapa commented
- If your application has a valid access token do not call
signinRedirect
. - If you do not have a valid access token and need to call
signinRedirect
and want to prevent the IdP from doing ask for username and password you must prove that you already logged in before. Most are doing this by using a Session Cookie, you must ensure that you are sending it with the login request...