Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
482 views
in Technique[技术] by (71.8m points)

msal - creating a web application with Microsoft AD SAML

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.

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

question from:https://stackoverflow.com/questions/65918827/creating-a-web-application-with-microsoft-ad-saml

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

There are no official Microsoft SAML libraries.

There is a list of client-side libraries.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...