OutSystems Forge 日本語データベース

JWT

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-02-27 2.0.0 darwinLabs dev Team 10.0.200.2 All .NET Components
JSON Webトークンの作成、デコードおよび検証のためのライブラリです。オープンな業界標準のRFC 7519で、2者間でクレームを安全に表現できます。 [STILL INCOMPLETE]
現在はJWTを必要とする既存のRESTサービスに接続するために必要なトークンの作成のみがサービス側OAuth認証で使用されるJSON Webトークンを処理するために使用されます。 JWT認証をRESTサービスに追加する際に必要なトークンのデコードと検証は、まだ実装されていません。 JWTを使用して有効にして認証する方法については、APIのドキュメントに従ってください。公開RESTサービスの場合、おそらく非対称キーが必要であり、各サービスで必須のもの以外の追加の要求が必要な場合があります。 TODO - 既存のトークンをデコードして検証する - ES256、ES384、ES512用

[Overview]
Library for creating, decoding and validating JSON Web Tokens, an open, industry standard RFC 7519 method for representing claims securely between two parties.
[Detail]
Library to handle JSON Web Tokens used in serve-side OAuth authentication, currently it only allows creating tokens, which are needed to connect to existing REST services that require JWT for authentication. It supports tokens signed symmetrically (using HS256, HS384, HS512) and also asymmetrically (using RS256, RS384, RS512). Follow your API's documentation on how to enable and authenticate using JWT, for public REST services an asymmetric key probably is needed and each service may require further claims besides the mandatory ones. TODO - Suport for ES256, ES384 and ES512
戻る