Registration of an application on Azure Portal For API: Go to Azure Portal . Choose Azure Active Directory -> App registration. Click new Registration-> choose " Accounts in any organizational directory (Any Azure AD directory - Multitenant) "-> in redirect URL choose "Web"-> write your environment URL-> click register. after that you will get value in should you get it and keep it in notepad because it will disappear. we need it in the setup environment on postman as value of "client_secret" open your app registration-> choose Certificates & secrets ->New client secret. choose...
Comments
Post a Comment