URL de noeud final OAuth
Une fois OAuth 2.0 activé, plusieurs adresses URL de noeud final sont configurées sur votre serveur WebSphere Application Server de manière à permettre aux clients OAuth de communiquer avec le fournisseur de services OAuth avant d'accéder aux ressources protégées OAuth.
Les URL de noeud final suivantes sont configurées pour le fournisseur de services OAuth :
- URL de noeud final d'autorisation
wherehttps://host_name:port_number/oauth2/endpoint/provider_name/authorize
- host_name is the host name of the OAuth service provider.
- port_number is the secure port number that is configured on the WebSphere Application Server.
- provider_name is the OAuth provider name.
- Token endpoint URL
oùhttps://host_name:port_number/oauth2/endpoint/provider_name/token
- nom_hôte est le nom d'hôte du fournisseur de services OAuth.
- numéro_port est le numéro de port sécurisé configuré sur WebSphere Application Server.
- nom_fournisseur est le nom de fournisseur OAuth.
- Adresse URL de noeud final d'autorisation de l'intercepteur de relations de confiance (TAI) reposant sur l'authentification utilisateur
wherehttps://host_name:port_number/oauth2/declaritiveEndpoint/provider_name/authorize
- host_name is the host name of the OAuth service provider.
- port_number is the secure port number that is configured on the WebSphere Application Server.
- provider_name is the OAuth provider name.