1. Create an Active Directory application
2. Select Azure Active Directory.
3. Select App registrations.
4. Select Add.
5. Enter a name and URL for the application. Select either Web app / API or Native for the type of application. After setting the values, select Create. (attached screenshot)
Note: What should I enter in 'Sign-on URL' text box?
*This post is locked for comments
I have the same question (0)If you are doing a back-end type integration without user interaction, you can use any valid url (http://localhost). If it is a user facing web application where they'd be prompted to login, then the url would be the page they get directed to after the sign in process completes.