We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74666bf + 3d02d72 commit 10441f1Copy full SHA for 10441f1
projects/lib/src/oauth-service.ts
@@ -439,7 +439,7 @@ export class OAuthService extends AuthConfig implements OnDestroy {
439
this.grantTypesSupported = doc.grant_types_supported;
440
this.issuer = doc.issuer;
441
this.tokenEndpoint = doc.token_endpoint;
442
- this.userinfoEndpoint = doc.userinfo_endpoint;
+ this.userinfoEndpoint = doc.userinfo_endpoint || this.userinfoEndpoint;
443
this.jwksUri = doc.jwks_uri;
444
this.sessionCheckIFrameUrl = doc.check_session_iframe || this.sessionCheckIFrameUrl;
445
0 commit comments