You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Goal: Add New Hire and required groups/roles prior to their first login
Sample Scenario:
Solution:
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 -Identity <idirid>
To find the guid in linux, install ldap-utils and type:
ldapsearch -LLL -x -h idir.BCGOV -D "<your idir>" -W -b "OU=BCGOV,DC=idir,DC=BCGOV" '(&(objectCategory=person)(objectClass=user)(sAMAccountName=<idirid>))' bcgovGUID
The text was updated successfully, but these errors were encountered: