Initial commit

Signed-off-by: Josh Uvi <joshuauvbiekpahor@gmail.com>
This commit is contained in:
Josh Uvi
2023-11-15 15:20:16 +00:00
parent ca4063dd27
commit f7e10a7510
18 changed files with 536 additions and 407 deletions
-15
View File
@@ -135,21 +135,6 @@ export interface Config {
acceptedClockSkewMs?: number;
};
/** @visibility frontend */
okta?: {
[authEnv: string]: {
clientId: string;
/**
* @visibility secret
*/
clientSecret: string;
audience: string;
authServerId?: string;
idp?: string;
callbackUrl?: string;
additionalScopes?: string;
};
};
/** @visibility frontend */
oauth2?: {
[authEnv: string]: {
clientId: string;