mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-07-11 08:44:31 +00:00
little fix
This commit is contained in:
parent
b2a5a17ef6
commit
dc60469f86
1 changed files with 3 additions and 1 deletions
|
|
@ -66,8 +66,10 @@ export default {
|
|||
const state = generators.state();
|
||||
const nonce = generators.nonce();
|
||||
|
||||
const config = getConfig();
|
||||
const scopes = process.env.OIDC_SCOPES || "openid email profile groups";
|
||||
const url = client.authorizationUrl({
|
||||
scope: "openid email profile",
|
||||
scope: scopes,
|
||||
state,
|
||||
nonce,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue