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:
Vendored
+1
@@ -146,6 +146,7 @@ export interface Config {
|
||||
authServerId?: string;
|
||||
idp?: string;
|
||||
callbackUrl?: string;
|
||||
additionalScopes?: string;
|
||||
};
|
||||
};
|
||||
/** @visibility frontend */
|
||||
|
||||
Reference in New Issue
Block a user