Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
One can use a Service Principal that already exists or create a new one
Depending on which of the two options one chose, clicking the Make selection link will either bring up a search pane with existing Service Principals to choose from, or a form to register a new Service Principal. The screenshot above shows the case of creating a new one.
Give the Service Principal (the Entra ID application) a name, for instance AyfiePersonalAssistantApp as done in the example above.
Select the single tenant option (this would cover the case of all users being employees of the customer)
Click the Register button. This will take one away from the page. To get back, use the path at the top of the page as indicated by the green arrow.
Verify that one has created or selected a Service Principal by checking of the check box
Click Next (circled in red) to get to the Authentication page
...
Copy the the values of your_personal_assistant_url and callback_url (see red circled values in the graphics) to for instance a notepad. You will need these later.
Go to the top (click Home at the beginning of the bread chrome path at the top of the page or go to https://portal.azure.com) and there click the Enterprise Applications icon (or enter Enterprise Applications in the search bar) to locate the Service Principal you either created or referenced earlier.
Click the Service Principle name (link)
At the Enterprise Applications page, select the Single sign-on menu option in the vertical left side menu
Click Go to application up in the right corner of the first item listed
Select the Authentication option of the vertical left side menu
Click Add a platform and then select Single-page application in the section that comes up to the right of the page
If this is not a brand new installation but an upgrade from version X.x (or earlier), then an earlier version that used Web application, make sure to remove the web application sectionplatform by clicking the trash can icon up in the right corner.
Enter the earlier saved callback_url in the text input field that has appeared and then click the blue Configure button at the bottom of the page
...