Hello,
I'm using the combodo-hybridauth extension with Keycloak.
I want my users to have the 'Portal user' and 'Power portal user' profiles by default.
I changed the iTop configuration from 'default_profile' => 'Portal user', to 'default_profile' => 'Portal user, Power portal user', but it doesn't work. I see an error in the logs 'No valid profile' , and no users have been created.
I couldn't find any information in the extension's documentation about a limitation of the default_profile parameter.
Is it possible to assign two profiles via this extension?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For now, Keycloak only support one profile, as the parameter name suggests it.
OktaOIDC does provision users with multiple profiles, but not yet Keycloak.
Your could propose a PR on this repository, to enable the support of this syntax 'default_profile' => ["Portal power user", "Portal user"],
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm using the combodo-hybridauth extension with Keycloak.
I want my users to have the 'Portal user' and 'Power portal user' profiles by default.
I changed the iTop configuration from 'default_profile' => 'Portal user', to 'default_profile' => 'Portal user, Power portal user', but it doesn't work. I see an error in the logs 'No valid profile' , and no users have been created.
I couldn't find any information in the extension's documentation about a limitation of the default_profile parameter.
Is it possible to assign two profiles via this extension?
Thanks in advance.
For now, Keycloak only support one profile, as the parameter name suggests it.
OktaOIDC does provision users with multiple profiles, but not yet Keycloak.
Your could propose a PR on this repository, to enable the support of this syntax
'default_profile' => ["Portal power user", "Portal user"],