-
Goal: Add New Hire and required groups/roles prior to their first login Sample Scenario: User is newly hired and needs access to application X on openshift using IDIR/Keycloak |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Duplicated a copy of first broker login Added Create User If Unique (BCGOV) and disabled existing "Create User If Unique", by adding execution Chose "Create User if Unique (BCGOV) Move up to appropriate place and disable (or delete) the existing "Create User If Unique" Update IDIR IDP: First Login Flow with new first broker login. ** ensure the following is in the mappers, otherwise add: Name: idir_guid When creating a new user in keycloak:
To find the guid in powershell: To find the guid in linux, install ldap-utils and type:
Reference: bcgov/ocp-sso#118 |
Beta Was this translation helpful? Give feedback.
Duplicated a copy of first broker login
Added Create User If Unique (BCGOV) and disabled existing "Create User If Unique", by adding execution
Chose "Create User if Unique (BCGOV)
Move up to appropriate place and disable (or delete) the existing "Create User If Unique"
Update IDIR IDP: First Login Flow with new first broker login.
** ensure the following is in the mappers, otherwise add:
Name: idir_guid
Mapper Type: Attribute Importer
Claim: idir_userid
User Attribute Name: idir_user_guid
When creating a new user in keycloak:
To find the guid in powershell:
Get-ADUser -Iden…