Skip to content

Commit

Permalink
ROX-25250: Add deprecated_sub claim mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-degtiarenko authored and kovayur committed Jul 17, 2024
1 parent 247c567 commit ecdd0cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fleetshard/pkg/central/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,10 @@ func getAuthProviderConfig(remoteCentral private.ManagedCentral) *declarativecon
Path: "is_org_admin",
Name: "rh_is_org_admin",
},
{
Path: "deprecated_sub",
Name: "userid",
},
},
OIDCConfig: &declarativeconfig.OIDCConfig{
Issuer: remoteCentral.Spec.Auth.Issuer,
Expand Down

0 comments on commit ecdd0cc

Please sign in to comment.