-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anyone got this working against Azure Active Directory? #49
Comments
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. |
Thanks for much for your quick reply. What does "UT" stand for?
…On Tue., Mar. 17, 2020, 4:31 a.m. Martin Laporte, ***@***.***> 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
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYXDBON33XA4BDPEO72IBLRH4YMLANCNFSM4LMYZYCA>
.
|
Unit Test 😛 In particular this one : https://github.com/coveooss/saml-client/blob/c15ed50b54bc966f5f2be2b23cebc09db1138513/src/test/java/com/coveo/saml/SamlClientTest.java#L63 |
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. |
yes I got it working with Azure AD |
@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, ***@***.***> 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
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYXDBNEQDEYX75KMNSZLX3SHXFOPANCNFSM4LMYZYCA>
.
|
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! |
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! :)
The text was updated successfully, but these errors were encountered: