justinbleach / saml-client

A dead simple SAML 2.0 client.
MIT License
169 stars 98 forks source link

Has anyone got this working against Azure Active Directory? #49

Open sean-m-oleary opened 4 years ago

sean-m-oleary commented 4 years ago

We're considering SAML for providing SSO for our app but don't want to waste a bunch of time if it's not going to work! :)

malaporte commented 4 years ago

I know it works against ADFS, and some contributor reported having it work with Azure if I remember correctly. There is a UT for Azure metadata too.

sean-m-oleary commented 4 years ago

Thanks for much for your quick reply. What does "UT" stand for?

On Tue., Mar. 17, 2020, 4:31 a.m. Martin Laporte, notifications@github.com wrote:

I know it works against ADFS, and some contributor reported having it work with Azure if I remember correctly. There is a UT for Azure metadata too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/coveooss/saml-client/issues/49#issuecomment-599942587, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYXDBON33XA4BDPEO72IBLRH4YMLANCNFSM4LMYZYCA .

malaporte commented 4 years ago

Unit Test 😛

In particular this one : https://github.com/coveooss/saml-client/blob/c15ed50b54bc966f5f2be2b23cebc09db1138513/src/test/java/com/coveo/saml/SamlClientTest.java#L63

sean-m-oleary commented 4 years ago

Beautiful thanks for your help. I'm planning on putting together a step-by-step on how to add saml support to a java web app and using Azure AD and this is going to help for sure.

imvishalpatel commented 4 years ago

yes I got it working with Azure AD

sean-m-oleary commented 4 years ago

@vnation Where did you configure the relying party trust? I assume that piece is still required even with Azure.

On Sat., Sep. 26, 2020, 7:24 a.m. Vishal Patel, notifications@github.com wrote:

yes I got it working with Azure AD

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/coveooss/saml-client/issues/49#issuecomment-699482481, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYXDBNEQDEYX75KMNSZLX3SHXFOPANCNFSM4LMYZYCA .

erickdelrey commented 3 years ago

Hello. I would like to ask if there's a tutorial on how to use this client to connect to Azure AD. I would really appreciate it. Thanks!