mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-05 09:04:09 -04:00
Include default groups claim in CLI audience (#5186)
This commit is contained in:
@@ -20,7 +20,7 @@ const (
|
|||||||
staticClientCLI = "netbird-cli"
|
staticClientCLI = "netbird-cli"
|
||||||
defaultCLIRedirectURL1 = "http://localhost:53000/"
|
defaultCLIRedirectURL1 = "http://localhost:53000/"
|
||||||
defaultCLIRedirectURL2 = "http://localhost:54000/"
|
defaultCLIRedirectURL2 = "http://localhost:54000/"
|
||||||
defaultScopes = "openid profile email"
|
defaultScopes = "openid profile email groups"
|
||||||
defaultUserIDClaim = "sub"
|
defaultUserIDClaim = "sub"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user