This repository was archived by the owner on Aug 28, 2023. It is now read-only.
Version 3.0.1
OIDCStrategy
New features
-
specify tenant per request
Now you can specify the tenant per request, using the
tenantIdOrNameoption inpassport.authenticate. More details on the usage can be found in README.md.tenantIdOrNameenables two features:-
B2C common endpoint support
Now you can use the B2C common endpoint by specifying the tenant for each login request using the
tenantIdOrNameoption. A login request is any request that doesn't contain code or id_token. -
extensive issuer validation on common endpoint
Previously, you had to provide an
issuervalue in configuration to validat the issuer on the common endpoint. Alternatively, you can now specify the tenant for each login request.
-