Hello,
I have a Search Head Cluster configured with SAML authentication (ADFS)...
For an existing SAML group (already granted with some role), adding new roles using GUI does not apply.
For instance I have a user user1 member of SAML group group1.
And I have several roles app1, app2, app3
I initially grant the user with role app1... Looking at authentication.conf, I see:
[userToRoleMap_SAML]
user1@domain.com = app1
[roleMap_SAML]
app1 = group1
For this first test, access to app1 is ok for user1... Also I already noticed that the role group assignment has been copied to the user... Strange but so far, it does not create a real problem.
But then if I edit again group role assignment to add more roles. This time, I get:
[userToRoleMap_SAML]
user1@domain.com = app1
[roleMap_SAML]
app1 = group1
app2 = group1
app3 = group1
roleMap_SAML is updated as expected, but this time, no copy-paste to the user section.
And the roles are never really granted to the user including after a rolling restart.
I checked the value of roles using "| rest splunk_server=local /services/authentication/current-context " and I only see the role defined by user mapping.
Why does the group mapping does not work ?
... View more