keycloak-oidc: Correct filtering by group
What used to be --keycloak-group flag now is --alowed-group. Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
parent
1a20a58f81
commit
f8f53dcb28
|
@ -30,7 +30,7 @@ services:
|
|||
--email-domain='{{ oauth_keycloak_domain | mandatory }}'
|
||||
--code-challenge-method='{{ oauth_keycloak_code_challenge_method }}'
|
||||
{% for group in oauth_keycloak_groups %}
|
||||
--keycloak-group={{ group }}
|
||||
--allowed-group={{ group }}
|
||||
{% endfor %}
|
||||
{% for role in oauth_keycloak_roles %}
|
||||
--allowed-role={{ role }}
|
||||
|
|
Loading…
Reference in New Issue