-
Notifications
You must be signed in to change notification settings - Fork 0
Azure Settings
Manabu Tonosaki edited this page Sep 17, 2022
·
13 revisions
to prepare login system of Jitwin, follow the below steps.
- Create a new application to AzureAD
- Assign users to Jitwin's AAD
- Set permission for GraphAPI
- Grant admin consent
- Make a client secret
- Open Azure Portal with your Jitwin subscription.
- Open Azure Active Directory (AAD)
- New Registory
- Add Endpoint URI and confirm the other settings.
- Open the Jitwin applicaiton
- Add users or groups of login target
- Open Jitwin application using [AAD]-->[App registrations]-->[Jitwin]
- Add permissions
- Add two permissions
User.ReadBasic.All
andoffline_access
- Then confirm them in the below screen.
Depending on your AAD policy, you may need to grant admin consent to permissions.
↓ ↓ ↓
- Open Jitwin application using [AAD]-->[App registrations]-->[Jitwin]
- and make a new client secret.
- Then, copy the client secret.
- You will also need to copy your Tenant ID and Client ID.