Yagya
Yagya

Reputation: 29

Azure AD as central auth server and Shibbolth as Service provider

We have SSO setup where we are using PingFederate as Central auth server ( for authentication and authorization ) and Shibboleth as Service Provider for our application. Is it possible to configure Azure Active Direcroty as Central auth server with Shibboleth as Service provider. I have gone to many articles but did not find any relevant. We are now planning to replace PingFed with AzureAD as CAS .

Upvotes: 0

Views: 434

Answers (1)

You can use Azure Active Directory as an identity provider (for Authentication and authorization) and central auth server.

You can configure your Shibboleth application in Azure Active Directory and permit users to access the application.

User identity should be created and maintained in Azure Active Directory to perform the SSO.

Please check document to configure the application in Azure Active Directory.

Upvotes: 0

Related Questions