4

我正在使用angular-oauth2-oidc库连接到 ADFS,但出现以下错误:

在此处输入图像描述

我正在使用以下代码:

app.component.ts:

    config.issuer = 'https://myserver/adfs';
    config.clientId = 'https://myapp/';
    config.redirectUri = window.location.origin;
    config.scope = 'openid profile';
    this.oauthService.configure(config);
    this.oauthService.loadDiscoveryDocument();
4

0 回答 0