How to bypass the login page and directly proceed to the required page using access_token with Auth2

hi i am a sap btp developer and i put Xsuaa security to my application . and also use CIS identity provider .
so my question is when I share or deploy my fullstack application and end user use that application the CIS provide its own login page . i have my login page in my application too .
so how I can authorize the users who are available in my database and assces that Auth2 Token so I can bypass that identity provider’s login page and authenticate users with my own login page.

Hi @amanorra0909,

Welcome to the Auth0 Community!

If the user was previously authenticated, you could use silent authentication to skip user interaction.

Let me know how this works for you.

Thanks,
Rueben

1 Like