/
Azure AD Application Registration and Permissions
Azure AD Application Registration and Permissions
Step-1
Official Documentation
https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
Its simple, Define App Name and Click Register.
Step-2
Ask your Azure administrator to provide below delegated permissions for Microsoft Graph.
Group.Read.All
User.Read.All
User.Read
Step-3
Configure authorized re-direct URLs:
// For [My Directory Groups Sync for Confluence Server & Datacenter], your Redirect URI will be:
<CONFLUENCE BASE URL>/plugins/ldapgroupsync/manage-ldapgroupsync.action
// For [My Directory Groups Sync for Jira Server & Datacenter], your Redirect URI will be:
<JIRA BASE URL>/secure/AdGroupSyncAction.jspa
// For [My Directory Groups Sync for Jira Cloud], your Redirect URI will be:
https://adgroupsync.ilaesolution.com/azure
// For [Manage Inactive Users for Jira Server & Datacenter], your Redirect URI will be:
<JIRA BASE URL>/secure/DeactivateUserMainAction.jspa?oauthType=azure
// For [Manage Inactive Users for Confluence Server & Datacenter], your Redirect URI will be:
<JIRA BASE URL>/plugins/deactivateusers/manage.action?oauthType=azure
// For [Manage Inactive Users for Jira Cloud], your Redirect URI will be:
https://manageinactiveusers.ilaesolution.com/azure
, multiple selections available,
Related content
Manage Inactive Users for Jira (Cloud)
Manage Inactive Users for Jira (Cloud)
More like this
Manage Inactive Users for Jira
Manage Inactive Users for Jira
Read with this
Azure AD Application Registration and Permissions
Azure AD Application Registration and Permissions
More like this
Manage Inactive Jira Users REST API
Manage Inactive Jira Users REST API
Read with this
Jira Cloud Azure Active Directory / LDAP Group Sync
Jira Cloud Azure Active Directory / LDAP Group Sync
More like this
Create Google OAuth Client ID / Secrets
Create Google OAuth Client ID / Secrets
More like this