You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8. Copy Application (client) ID to clipboard; save it in a text file
9. Copy Directory (tenant) ID to clipboard; save it in a text file
10. Click on Certificates & secrets
11. Click on + New client secret
12. Type "rsnaSecret"
13. Click on Expires dropdown field
14. Click on 3 months
15. Click on Add
16. Copy Value to clipboard; save it in a text file
17. Click on Home
Get the Principal Object ID of the App Registration
Open a Command Line interface with Azure CLI support.
Type az login and log in with the appropriate user.
Type az ad sp list --filter "displayName eq 'rsnaAppReg'" to get the pricipal object ID of the managed identity that underlies rsnaAppReg.
In the resulting JSON output copy the ID to a secure place that can be referred to later.