Allow profiles of provisioned users to be updated every time they sign in#7
Closed
TdlQ wants to merge 3 commits intoCombodo:masterfrom
Closed
Allow profiles of provisioned users to be updated every time they sign in#7TdlQ wants to merge 3 commits intoCombodo:masterfrom
TdlQ wants to merge 3 commits intoCombodo:masterfrom
Conversation
4 tasks
Hipska
reviewed
May 22, 2025
Contributor
Author
|
For reference, you can find the OktaOIDC mentioned above here: hybridauth/hybridauth#1434 |
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
Contributor
|
Current PR work has been accepeted/merged apart from this PR. it will come with 2.x versions of the extension. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Base information
Objective (enhancement)
We use OktaOIDC and user profiles are defined depending on the Okta groups of the user. These groups may change and profiles require to be updated accordingly. Therefore the user must be updated.
It requires patches provided in Combodo/iTop#716
Proposed solution (bug and enhancement)
To enable user updates, these patches add the parameter "refresh_existing_users".
Regarding groups, it expects to find them in $oUserProfile->data['groups'] and applies mappings defined in configuration of the authentication provider ("groups_to_profiles").
Checklist before requesting a review