src/oidc_auth

OpenIDConnectAuth

class OpenIDConnectAuth implements Authenticator 

decodeJWT

public static decodeJWT(token: string): JwtObj | null 

applyAuthentication

Setup the authentication header for oidc authed clients

Parameters

user user info

opts request options

overrideClient for testing, a preconfigured oidc client

public async applyAuthentication(
        user: User,        opts: https.RequestOptions,        overrideClient?: any,    ): Promise<void> 
Start typing to search the documentation Press ESC to close