Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/id-governance/scenarios/deploy-sap-netweaver.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This document guides you in setting up a lab environment with SAP ECC for testin
Using the **Standard Authorization for Authorization** Type requires the following permissions:
The standard authorization includes permissions to create and manage appliances. The roles required by the Microsoft Azure user who grants permissions to SAP Cloud Appliance Library are:
- Option 1: An administrator of the subscription, that is, your user has the role Owner and has access to scope /subscriptions/.
- Option 2: Your Microsoft Azure user has the roles Contributor and User Access Administrator and has access to scope /subscriptions/. You must also have the role of Global Administrator for the Azure Active Directory.
- Option 2: Your Microsoft Azure user has the roles Contributor and User Access Administrator and has access to scope /subscriptions/. You must also have the role of Should be → Global Administrator for Microsoft Entra ID.
Using the **Authorization with Application** for Authorization Type requires you to manually register an application in your Azure AD tenant and grant it the Contributor role to your subscription.
You must create an application registration and assign the role Contributor to the corresponding application for your subscription. In this guide, we'll use **Authorization with Application**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ To enable sign-in and sign-out functionality in your Angular application, follow
<br>
<p class="text-center" *ngIf="loginDisplay"> See below the claims in your <strong> ID token </strong>. For more
information, visit: <span>
<a href="https://docs.microsoft.com/en-us/azure/active-directory/develop/id-tokens#claims-in-an-id-token">
docs.microsoft.com </a>
<a href="https://learn.microsoft.com/en-us/entra/identity-platform/id-tokens#claims-in-an-id-token">
learn.microsoft.com </a>
</span>
</p>
<div id="table-container">
Expand Down