saml-client icon indicating copy to clipboard operation
saml-client copied to clipboard

Has anyone got this working against Azure Active Directory?

Open sean-m-oleary opened this issue 4 years ago • 7 comments

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! :)

sean-m-oleary avatar Mar 16 '20 23:03 sean-m-oleary

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.

malaporte avatar Mar 17 '20 08:03 malaporte

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

On Tue., Mar. 17, 2020, 4:31 a.m. Martin Laporte, [email protected] 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 .

sean-m-oleary avatar Mar 17 '20 11:03 sean-m-oleary

Unit Test 😛

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

malaporte avatar Mar 17 '20 11:03 malaporte

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.

sean-m-oleary avatar Mar 17 '20 14:03 sean-m-oleary

yes I got it working with Azure AD

imvishalpatel avatar Sep 26 '20 11:09 imvishalpatel

@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, [email protected] 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 .

sean-m-oleary avatar Sep 26 '20 11:09 sean-m-oleary

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!

erickdelrey avatar Dec 14 '20 15:12 erickdelrey