Describe the bug
There is a setting in .env named IRIS_NEW_USERS_DEFAULT_GROUP, which is described that newly created users are added to that group. It looks like this was built for LDAP and when the OIDC functionality was added, it got overlooked.
It does not happen.
To Reproduce
Steps to reproduce the behavior:
- Configure OIDC authentication.
- Set the environment variable IRIS_AUTHENTICATION_CREATE_USER_IF_NOT_EXIST to true.
- Set the environment variable IRIS_NEW_USERS_DEFAULT_GROUP to a value that corresponds to an existing Group name, like 'Analysts'.
- Log in as user that will be newly created.
- Observe to be not part of any Group.
Expected behavior
Be part of the Group specified in IRIS_NEW_USERS_DEFAULT_GROUP .
Desktop (please complete the following information):
- Browser Firefox 140.13.0. ESR
- Version v2.4.27
Describe the bug
There is a setting in .env named IRIS_NEW_USERS_DEFAULT_GROUP, which is described that newly created users are added to that group. It looks like this was built for LDAP and when the OIDC functionality was added, it got overlooked.
It does not happen.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be part of the Group specified in IRIS_NEW_USERS_DEFAULT_GROUP .
Desktop (please complete the following information):