Liberty Repository[8.5.5.4 or later]
This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.

OpenID Connect endpoint URLs

Learn about OpenID Connect endpoint URLs that are available for communicating with the OpenID Connect provider.

After OpenID Connect is configured, several endpoint URLs are available on Liberty so that OpenID Connect clients can communicate with the OpenID Connect provider before accessing protected resources. By default, all communications must be over Transport Layer Security (TLS).

The following endpoint URLs are available for communicating with the OpenID Connect provider:

Authorization endpoint URL

https://<host_name>:<port_number>/oidc/endpoint/<provider_name>/authorize 

where

host_name
The host name of the OpenID Connect provider.
port_number
The secure port number that is configured on the Liberty server.
provider_name
The OpenID Connect provider name.

For more information, see Liberty Repository[8.5.5.4 or later]Invoking the Authorization Endpoint for OpenID Connect.

Token endpoint URL

https://<host_name>:<port_number>/oidc/endpoint/<provider_name>/token

where

host_name
The host name of the OpenID Connect provider.
port_number
The secure port number that is configured on the Liberty server.
provider_name
The OpenID Connect provider name.

For more information, see Liberty Repository[8.5.5.4 or later]Invoking the Token Endpoint for OpenID Connect.

Introspection endpoint URL

https://<host_name>:<port_number>/oidc/endpoint/<provider_name>/introspect

where

host_name
The host name of the OpenID Connect provider.
port_number
The secure port number that is configured on the Liberty server.
provider_name
The OpenID Connect provider name.

For more information, see Liberty Repository[8.5.5.4 or later]Invoking the Introspection Endpoint for OpenID Connect.

UserInfo endpoint URL

https://<host_name>:<port_number>/oidc/endpoint/<provider_name>/userinfo

where

host_name
The host name of the OpenID Connect provider.
port_number
The secure port number that is configured on the Liberty server.
provider_name
The OpenID Connect provider name.

For more information, see Liberty Repository[8.5.5.4 or later]Invoking the UserInfo Endpoint for OpenID Connect.

Discovery endpoint URL

https://<host_name>:<port_number>/oidc/endpoint/<provider_name>/.well-known/openid-configuration

where

host_name
The host name of the OpenID Connect provider.
port_number
The secure port number that is configured on the Liberty server.
provider_name
The OpenID Connect provider name.

For more information, see Liberty Repository[8.5.5.4 or later]Configuring an OpenID Connect Provider to accept discovery requests.

Coverage map endpoint URL

https://<host_name>:<port_number>/oidc/endpoint/<provider_name>/coverage_map

where

host_name
The host name of the OpenID Connect provider.
port_number
The secure port number that is configured on the Liberty server.
provider_name
The OpenID Connect provider name.

For more information, see Liberty Repository[8.5.5.4 or later]Invoking the coverage map service.

Registration endpoint URL

https://<host_name>:<port_number>/oidc/endpoint/<provider_name>/registration

where

host_name
The host name of the OpenID Connect provider.
port_number
The secure port number that is configured on the Liberty server.
provider_name
The OpenID Connect provider name.

For more information, see Liberty Repository[8.5.5.4 or later]Configuring an OpenID Connect Provider to accept client registration requests.


Icon that indicates the type of topic Reference topic



Timestamp icon Last updated: Tuesday, 12 December 2017
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-libcore-mp&topic=rwlp_oidc_endpoint_urls
File name: rwlp_oidc_endpoint_urls.html