OAuth エンドポイント URL
OAuth 2.0 が使用可能になると、WebSphere® Application Server でいくつかのエンドポイント URL が構成され、OAuth 保護リソースにアクセスする前に OAuth サービス・プロバイダーと通信できるようになります。
以下のエンドポイント URL が OAuth サービス・プロバイダー用に構成されます。
- 許可エンドポイント URL
ここで、https://<host_name>:<port_number>/oauth2/endpoint/<provider_name>/authorize
host_name は OAuth サービス・プロバイダーのホスト名です。
port_number は、WebSphere Application Server で構成されるセキュア・ポート番号です。
デフォルトのセキュア・ポート番号は 9443 です。
provider_name は OAuth プロバイダー名です。 - トークン・エンドポイント URL
ここで、https://<host_name>:<port_number>/oauth2/endpoint/<provider_name>/token
host_name は OAuth サービス・プロバイダーのホスト名です。
port_number は、WebSphere Application Server で構成されるセキュア・ポート番号です。
デフォルトのセキュア・ポート番号は 9443 です。
provider_name は OAuth プロバイダー名です。 - トラスト・アソシエーション・インターセプター (TAI) ベースのユーザー認証の許可エンドポイント URL
ここで、https://<host_name>:<port_number>/oauth2/declaritiveEndpoint/<provider_name>/authorize
host_name は OAuth サービス・プロバイダーのホスト名です。
この許可エンドポイントを使用すると、適用可能なユーザー認証に TAI および spnego が含まれます。
port_number は、WebSphere Application Server で構成されるセキュア・ポート番号です。
デフォルトのセキュア・ポート番号は 9443 です。
provider_name は OAuth プロバイダー名です。