MS Entra ID Documentation #188
-
Is there any documentation on configuring Ansible Forms with MS Entra ID? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In a nutshellRegister your app in azure (enterprise app) https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app
Write down the client id & secret id
Required API Permissions
Required Group Claims
Callback Url : https://your_ansible_forms_url/api/v1/auth/azureadoauth2/callback |
Beta Was this translation helpful? Give feedback.
-
With screenshotsRegister a new app Add 1 or more redirect urls, to redirect back to ansible forms Write down the client ID ! Create a new secret and write it down ! Add api permissions Add group claims In ansibleforms fill in the public root url (examples Enter the client id and secret it and double check the callback url in your AnsibleForms roles, add the groups and/or users you want, prefixed with |
Beta Was this translation helpful? Give feedback.
With screenshots
Register a new app
Add 1 or more redirect urls, to redirect back to ansible forms
Write down the client ID !
Create a new secret and write it down !
Add api permissions
Add group claims
In ansibleforms fill in the public root url (examples
https://ansibleforms.domain.local
orhttps://172.16.50.4:8443
)Enter the client id and secret it and double check the callback url
in your AnsibleForms roles, add the groups and/or users you want, prefixed with
azuread/