問題タブ [jwe]
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.
c# - Angular で JWE トークンをデコードする方法
この問題があります。次の方法で EncryptingCredentials を使用して .net コアで JWE を作成しました。
angularでトークンのデータを読み取るにはどうすればよいですか?
jwt - デプロイ後に Web サイト ユーザーを再ログインする必要なく、JWT から Identity Server 4 に移行する
現在JWTを使用して保護されている API サービスがあります。JWT をIdentity Server 4に置き換え、API を Identity Server 4 で保護します。JWT トークン (JWE) を生成する独自の方法がありました。サイトに現在サインインしているユーザーが再ログインする必要なく、 JWT を Identity Server 4 に置き換えるにはどうすればよいですか?
具体的には、Skoruba Identity Server 4プロジェクト テンプレートを使用したいと考えています。