angular-oauth2-oidc
angular-oauth2-oidc copied to clipboard
Support for OAuth 2 and OpenId Connect (OIDC) in Angular.
id_token should not be used when oidc == true
Add a method to store and retrieve additional parameters contained in the post request. For example, a SMART on FHIR server may send a 'patient' parameter along with the access...
Fixed missing headers required by ory hydra authentication server during authorization code grant flow and parsing received tokens. In order to exchange authorization code received (login & consent flow) with...
The `nonce` wasn't attached to the login url, as it was redeclared, which got transpiled to ```js var nonce = null; if (!this.disableNonceCheck) { nonce_1 = this.createAndSaveNonce(); if (state) {...