OAuth エンドポイント URL
OAuth 2.0 を有効にした後に、OAuth 保護リソースにアクセスする前に OAuth クライアントが OAuth サービス・プロバイダーと通信できるように、いくつかのエンドポイント URL が WebSphere® Application Server で構成されます。
以下のエンドポイント URL が OAuth サービス・プロバイダー用に構成されます。
- 許可エンドポイント URL
各部の意味は、次のとおりです。https://host_name:port_number/oauth2/endpoint/provider_name/authorize
- host_name は、OAuth サービス・プロバイダーのホスト名です。
- port_number は、WebSphere Application Server で構成されているセキュア・ポート番号です。
- provider_name は、OAuth プロバイダー名です。
- トークン・エンドポイント URL
各部の意味は、次のとおりです。https://host_name:port_number/oauth2/endpoint/provider_name/token
- host_name は、OAuth サービス・プロバイダーのホスト名です。
- port_number は、WebSphere Application Server で構成されているセキュア・ポート番号です。
- provider_name は、OAuth プロバイダー名です。
- ユーザー認証に基づいたトラスト・アソシエーション・インターセプター (TAI) の許可エンドポイント URL
各部の意味は、次のとおりです。https://host_name:port_number/oauth2/declaritiveEndpoint/provider_name/authorize
- host_name は、OAuth サービス・プロバイダーのホスト名です。
- port_number は、WebSphere Application Server で構成されているセキュア・ポート番号です。
- provider_name は、OAuth プロバイダー名です。