Merge pull request #20580 from ataylorme/feat/okta-auth-scope-option

Allow user-defined scopes for Okta auth in config yaml
This commit is contained in:
Patrik Oldsberg
2023-11-14 11:45:20 +01:00
committed by GitHub
5 changed files with 71 additions and 7 deletions
+1
View File
@@ -146,6 +146,7 @@ export interface Config {
authServerId?: string;
idp?: string;
callbackUrl?: string;
additionalScopes?: string;
};
};
/** @visibility frontend */