Description
Hi Team
Currently we are relaying on the angular-oauth2-oidc mechanism for the authentication but we need to support JWT support as well for the use case 2.
Use Case 01:
User enter the username and password and can login to the application and for this use case we are using angular-oidc authentication mechanism.
Use Case 02:
Our application is redirected using URL from other application. So the idea is that the destination application will send us only the JWT token to our backend once the verification part is done at our backend we will allow the user to login with providing username and password.
The questions is is there a possibility the token we received which does not have username and password.It only contains the userId. Can we use our existing angular-oidc authentication mechanism?
OR we need to have JWT implementation as well in parallel?
Your support will be appreciated