12 change auth to OIDC (#13)
* switching auth strategy to oidc * switching auth strategy to oidc
This commit was merged in pull request #13.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
export interface AuthModuleOptions {
|
||||
tenantId: string;
|
||||
authorizationUrl: string;
|
||||
issuer: string;
|
||||
callbackUrl: string;
|
||||
clientId: string;
|
||||
clientSecret: string;
|
||||
scope: string;
|
||||
tokenUrl: string;
|
||||
userInfoUrl: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user