locked
Register app RRS feed

  • Question

  • Hi,

    Is there is API for registering the application to azure ad

    and get client_id and client_secret.

    Thanks & Regards,

    Sai Monesh C S


    Sai Monesh.cs

    Tuesday, January 22, 2019 9:51 AM

All replies

  • https://apps.dev.microsoft.com/portal/register-app will help you to register your app.

    Are you looking for any programmatic way? In that case, by making a POST to the Graph API might help.


    Regards, Nanddeep Nachan


    Tuesday, January 22, 2019 10:01 AM
  • Also if your application is supporting SAML federated authentication you can use Access Panel and  add your application 

    Use Add an application - Add your own app - application you are developing 

    later we need to configure single sign on and create relying party trust between your domain where the application resides and the azure AD


    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish (MVP)

    Tuesday, January 22, 2019 11:22 AM