Full width home advertisement

Post Page Advertisement [Top]


Azure App Registration
Any application that wants to use the capabilities of Azure AD must first be registered in an Azure AD tenant. This registration process involves giving Azure AD details about your application, such as the URL where it’s located, the URL to send replies after a user is authenticated, the URI that identifies the app, and so on.

To register a new application using the Azure portal
1.       Sign in to the Azure portal.
2.       If your account gives you access to more than one, click your account in the top right corner, and set your portal session to the desired Azure AD tenant.
In the left-hand navigation pane, click the Azure Active Directory service, click App registrations
and click New application registration.



Following are the apps I have already register as per my requirement.

In Azure portal we have two type of Apps
·         Web API
Select "Web app / API" for client applications and resource/API applications that are installed on a secure server. This setting is used for OAuth confidential web clients and public user-agent-based clients. The same application can also expose both a client and resource/API.
·         Native Apps
Select "Native" for client applications that are installed locally on a device. This setting is used for OAuth public native clients.

Register your App by clicking New Application Registration Button. A popup window like below will visible and Fill the required items and select the application type as per your requirement.

Application will visible like the below screen shot after create process complete.


Now click on Application for detail. Please check the below screenshot.

  • ·         Application Owner

Add only if you want make someone owner. Otherwise skip the steps.

  •  Application Permission


Below are the permission which are required to activate.




Following are the further detail of each permission. Please check the below screenshot.


  • Keys

         For Web API we need secret key with the help of this key client will get the Authentication.
         After generation of the key please save the key because it will not visible again to you.




Tidak ada komentar:

Posting Komentar

Bottom Ad [Post Page]