The constructor for the OIDC client
The configuration object for the OIDC client
ReadonlyattributesThe list of attributes to request from the IDP
ReadonlycallbackURLThe callback URL after the authentication process (defaults to clientID+"/callback")
ReadonlyclientIDThe client ID for the OIDC client
ReadonlyspidThe SPID level to request (1, 2 or 3, default is 2)
ReadonlytrustThe list of trustmarks provided by the RP
Get the login URL for the given IDP, to which the user will be redirected to, in order to start the authentication process
The IDP ID for which to get the login URL
The response object
Handle a callback from the IDP after the authentication process has been completed
The requested user information
Get the OIDC Federation endpoint for the IDP
Object that will be included in the federation_entity field of the federation
Additional options
The requested entity statement
OIDCClient