How to configure SSO saml in Azure AD to my custom own developed application

Ankush Gurjar 170 Reputation points
2024-08-13T04:49:03.2833333+00:00

Hi Team,

can you please help me How to configure SSO saml in Azure entra id to my custom own developed application.

do we need to develop feature in my custom app to configure SSO?

if I following the step like

App Registration > New registration

After creating the new app registration, I can't see the Single-sign-on option,

but if I go to Enterprise application and New Application, if I register from there, I can able to see the SSO SAML option.

Can you help me which approach should I use for my own custom developed application.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,843 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Raja Pothuraju 18,750 Reputation points Microsoft External Staff
    2024-08-14T18:19:52.9866667+00:00

    Hello @Ankush Gurjar,

    Thank you for posting your query on Microsoft Q&A.

    Based on your description, it seems you have developed a custom application and are trying to configure Single Sign-On (SSO). When you created the application via App Registration in Azure, you noticed that there was no option to set up SSO. However, when you created the application through Enterprise Applications, you were able to configure SSO.

    This behavior is expected. SAML Single Sign-On is not available when you create an application through App Registration. The correct approach for your custom application depends on the protocols it supports. If your application supports the SAML protocol, you should create the application through Enterprise Applications and configure SSO. However, if your application supports OAuth or OIDC protocols, you need to create the application through App Registrations.

    I hope this information is helpful. Please feel free to reach out if you have any further questions.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Thanks,
    Raja Pothuraju.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.