-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth OIDC organization #114
Comments
Can you explain it further (with screenshots if possible)? If you mean Entity, the entity of the user is based on officeLocation of Office 365 (Azure) users, not sure if it works for other providers. |
There is possible to assign organization for each user. Its work by default without plugin. When i use plugin with custom OIDC provider, it creates user after login and fill some user profile fields like username, email, etc. |
I see, that method "findUser" creates user with some data. I can modify this code to extract needed to me information. I just dont know, how to assign user to organization by code in this place |
Can you enable the |
getResourceOwner: Array ( [sub] => 1 [name] => Test user [permissions] => Array ( [0] => /orgs/org1:/ ) ) I wont to search some "permission" in array and assign this permission to one of organization in GLPI. If you think that its not worth to add to plugin, just pls assist to me to hardcode this in plugin fork for me. Thank for answer. |
Hi, im successfully add your plugin to my GLPI. Working with custom OIDC appliaction. All works fine. So, is there any whay to auto-select organization on new users by info from userInfo?
The text was updated successfully, but these errors were encountered: