Skip to content

Latest commit

 

History

History
89 lines (45 loc) · 7.42 KB

add-app-reg.md

File metadata and controls

89 lines (45 loc) · 7.42 KB

Date: November 21, 2022

Author: Steven Borg

Source: Tango


2. Click on Show portal menu

Step 2 screenshot

3. Click on Azure Active Directory

Step 3 screenshot

4. Click on App registrations

Step 4 screenshot

5. Click on + New registration

Step 5 screenshot

6. Type "rsnaAppReg" in Name field

Step 6 screenshot

7. Click on Register

Step 8 screenshot

8. Copy Application (client) ID to clipboard; save it in a text file

Step 9 screenshot

9. Copy Directory (tenant) ID to clipboard; save it in a text file

Step 10 screenshot

10. Click on Certificates & secrets

Step 11 screenshot

11. Click on + New client secret

Step 12 screenshot

12. Type "rsnaSecret"

Step 13 screenshot

13. Click on Expires dropdown field

Step 14 screenshot

14. Click on 3 months

Step 15 screenshot

15. Click on Add

Step 16 screenshot

16. Copy Value to clipboard; save it in a text file

Step 17 screenshot

17. Click on Home

Step 18 screenshot

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.


This Workflow was created with Tango