'Is it possible to to use Azure AD V1 V2 token token using MSAL in Microservices?
I m working with azure add and have more then 10 microservices. have existing implementation with ADAL library.
now I have started converting my microservice to use MSAL. as we know ADAL use V1 token and MSDL will start using V2.
will that work both at same time cos if I start converting my projects to use MSAL it will happen gradually.
any one know will MSDL and ADL token will work same time with my all microservice ? as I will start with one of microservice to use MSDL .. any thought.
Solution 1:[1]
You have not specified how you are validating your token etc but in general yes, an application/service can trust tokens of multiple types and from multiple issuers without any problem as long as you tell it to.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Matt Douhan |