mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-20 12:51:17 +00:00
Fix: Group assignments were not applied for Token auth
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
21f43bf48b
commit
376a3a555a
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ func (a *authToken) Configure(yamlSource []byte) error {
|
|||
}
|
||||
|
||||
a.Tokens = envelope.Providers.Token.Tokens
|
||||
a.Groups = envelope.Providers.Token.Groups
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue