We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d957fc4 + 0eb11cc commit 2802bc0Copy full SHA for 2802bc0
projects/lib/src/oauth-service.ts
@@ -544,7 +544,7 @@ export class OAuthService extends AuthConfig implements OnDestroy {
544
545
this.discoveryDocumentLoaded = true;
546
this.discoveryDocumentLoadedSubject.next(doc);
547
- this.revocationEndpoint = doc.revocation_endpoint;
+ this.revocationEndpoint = doc.revocation_endpoint || this.revocationEndpoint;
548
549
if (this.sessionChecksEnabled) {
550
this.restartSessionChecksIfStillLoggedIn();
0 commit comments