Hello Everyone,
Is it possible to use 'required_groups' and 'required_user' command while using LDAP in the Shiny Server config file?
I would like these commands to function like an "OR", where the user needs to bee in either the required group or be listed by name in the required_user command.
Example:
location /app1 {
required_group shinyUsers1 shinyUsers2;
required_users bob tim joe;
}
Thank you