+

Search Tips   |   Advanced Search

Configure a custom form login page for OAuth

We can configure custom form login pages for specific OAuth service providers.

To use a custom form login page for a specific OAuth service provider, update the service provider definition in server.xml.

In the provider configuration, add the customLoginURL attribute and specify the login page URL as the value.

The following is an example custom login page entry in the provider definition:

<oauthProvider id="OAuthConfigSample"
  customLoginURL="https://acme.com:9043/oath20/login.jsp">

The login form used for OAuth must be configured to accept a user name and password.


Parent topic:

Configure a custom form login page

Concepts:

  • OAuth

    Tasks:

    Configure a custom form login page

    Reference:

    OpenID Connect custom forms