Forum Discussion
Azure AD with Shibboleth
Hi
I am trying to work out how to connect Azure AD with Shibboleth, so we utilise OpenID so that shibboleth will connect to Azure AD accounts and then use shibboleth for resources.
so when I login with my Azure AD account, through Shibboleth, it redirects off to Shibboleth and logs me to the resource.
I have read numerous posts about this but nothing about using Azure AD to authenticate.
Any help ?
- Joe StockerBronze Contributor
Here are some samples that should help
https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect
- Simon AllisonCopper Contributor
Thanks for the reply, but Shibboleth is not a web app in Azure, its another IDP, I want to be able to login to Azure -> which auth to Shibboleth ->
jbloggs@example.org logs in via Azure, Clicks a resource link, authentication is only via Shibboleth, Shibboleth is then trusted with Azure and automatically logs in jbloggs.
I can see Gluu Server doing it, but didnt want anything in the middle.
- Simon AllisonCopper ContributorI got around this by using openathens - Azure apps has openathens, and makes it very simple to setup and login through Office 365.