I have implemented OAUTH 2.0 authentication with MSAL libraries as below. clientApplication.getAuthorizationRequestUrl(parameters).toString(); to invoke authorization endpoint and clientApplication.acquireToken(authorizationCodeParameters) to aquire token from authorization code.
clientApplication.getAuthorizationRequestUrl(parameters).toString();
clientApplication.acquireToken(authorizationCodeParameters)
Now I have to implement the same flow for SAML V2.0 protocol too and need some help from the Microsoft team in finding related libraries with which I can invoke /saml2/ endpoint and fetch saml assertions.
I'm using Spring boot 2.2.
Thanks in advance
There are no official Microsoft SAML libraries.
There is a list of client-side libraries.
2.1m questions
2.1m answers
60 comments
57.0k users