問題タブ [angular-oauth2-oidc]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - angular-oauth2-oidc - ユーザークレームを読む
angular-oauth2-oidc
Angular アプリケーションで のコード フローを使用しています。すべてうまく機能していますが、ユーザーのクレームを読むことができません。
this.oAuthService.getIdToken()
、を使用してみましたがthis.oAuthService.getAccessToken()
、this.oauthService.getUserInfo()
通常の方法でデコードできる有効な JWT が得られないようです。
私のバックエンド API (.NET Core) では、 を使用しaccess_token
て TokenIntrospection エンドポイントをクエリし、すべてのクレームを適切に表示できます。
関連情報:
助言がありますか?助けてくれてありがとう。