Forum Discussion
Simon Allison
Jun 22, 2017Copper Contributor
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...
Joe Stocker
Jul 02, 2017Bronze Contributor
Here are some samples that should help
https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect
- Simon AllisonJul 09, 2017Copper 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 AllisonMar 07, 2018Copper ContributorI got around this by using openathens - Azure apps has openathens, and makes it very simple to setup and login through Office 365.