Enable Logs for Azure SSO #6620
Replies: 3 comments 14 replies
-
@sabinayakc I'd suggest modifying your group_sync function to print out the information you need for troubleshooting. That's always worked for me and you can see the exact response you get from your IDP once authenticated. Can you please clarify what issues you're having with group assignments though? It's fairly basic and easy to setup. Based upon the groups that the user is assigned you can define the groups that you wish to use to assign as admin or superuser roles with the STAFF_GROUPS and SUPERUSER_GROUPS. There's also the option for logging as described here in the README you linked. |
Beta Was this translation helpful? Give feedback.
-
@sabinayakc What about your group_sync function and the configuration for |
Beta Was this translation helpful? Give feedback.
-
@sabinayakc A few things:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to integrate Azure AD. So far everything works except group assignments.
I followed the instructions here https://github.com/nautobot/nautobot/blob/main/examples/azure_ad/README.md
How do I enable logging for SSO troubleshooting?
Beta Was this translation helpful? Give feedback.
All reactions