Assign permissions based on OAuth2 Role #5108
-
I need to give permissions to users based on their Active Directory group assignment(s). Alternatively, I know can easily do this with 'django-auth_adfs' package, but I need to install its URL's into core/urls.py. Django_auth_adfs config:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@TheBirdsNest please take a look at the AzureAD group sync example here. Using a custom pipeline is required to sync groups from the external IDP into Nautobot. After the groups are available in Nautobot you can then assign the groups to a permission. |
Beta Was this translation helpful? Give feedback.
@TheBirdsNest please take a look at the AzureAD group sync example here. Using a custom pipeline is required to sync groups from the external IDP into Nautobot. After the groups are available in Nautobot you can then assign the groups to a permission.