...
Navigate to App Registrations and go to the App we just created in the Steps above
If not already done, navigate to API permission and Grant admin consent to xyz
Navigate to “Expose an API” and click on “Add a Scope”
You have to provide the Application (client) ID, which can be found on the “Overview” page from the Steps above. The name of the Scope can be random, and should look like this in the End:
Click on “Add a client application”
Provide here the Client ID (from above) and create the new Scope
Now, lick on “add Applications”Navigate to Manifast Manifest (Bottom of the Menu) and replace in the Manifest JSON following values:
Codeblock "acceptMappedClaims": null, "accessTokenAcceptedVersion": null,
...
Now, navigate to the Overview back and click on “Manage Application in Enterprise Applications”
Navigate to “Single Sign-On” and click on Edit on “Attributes & Claims”
Click on “Add new Claim”
Provide a Token Name and Select the source attribute where the SAP Username is stored
Save the Settings
Now lets try to access the JWT Token with Postman:
Copy the JWT Token and Copy it into https://jwt.io
You should see the encrypted JWT and the new created token attribute: