-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1262 from solliancenet/lino-docs-080
Restructure of the Entra ID App registration documents
- Loading branch information
Showing
8 changed files
with
176 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
docs/deployment/authentication-authorization/post-authorization-deployment.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Post Deployment | ||
Follow the instruction below to complete the setup of Microsoft Entra ID authentication for the Authorization API application after the deployment is complete. | ||
|
||
### Update App Configuration settings | ||
|
||
1. Sign in to the [Azure portal](https://portal.azure.com/) as at least a Contributor. | ||
2. Navigate to the resource group that was created as part of the deployment. | ||
3. Select the **App Configuration** resource and select **Configuration explorer** to view the values. | ||
4. Enter `authorization` in the search box to filter the results. | ||
5. Check the box next to **Key** in the header to select all items. | ||
6. Find the key for `FoundationaLLM:APIs:AuthorizationAPI:APIScope` and click on edit. | ||
7. Replace the value with the value from the scope we created earlier, as `api://FoundationaLLM-Authorization` | ||
8. Select **Apply** to save the changes. | ||
|
||
## Next steps | ||
|
||
Now that Entra authorization is fully configured, navigate to your Entra ID management console and make sure you completed all app registrations for all the other apps mentioned in the deployment documentation. |
Oops, something went wrong.