Open raviteja74 opened 6 months ago
signinRedirect
.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...
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?