Upgrade from v3.7 to v4.0: SSO pipeline object permission initializer. #17981
Replies: 1 comment
-
Nevermind, I found the solution after digging on the Netbox source code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit lost right now,
It looks like a lot of things have changed for the Object permissions.
Up until v3.7 this part of my SSO pipeline works:
Basically just matching the groups that we have in Azure with a predefined set of permissions.
The main goal is to assign roles or permissions to any type of group that we may create on Azure.
on v4.0, I started getting the following error:
What are we supposed to check here?
Or do we have a better way of doing this now?
Beta Was this translation helpful? Give feedback.
All reactions