The constructor for the OIDC client
The configuration object for the OIDC client
Readonly
attributesThe list of attributes to request from the IDP
Readonly
callbackURLThe callback URL after the authentication process (defaults to clientID+"/callback")
Readonly
clientIDThe client ID for the OIDC client
Readonly
spidThe SPID level to request (1, 2 or 3, default is 2)
Readonly
trustThe 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