Discuss this help topic in SecureBlackbox Forum

OAuth: Customize endpoints and fields

The following properties of TElHTTPSServer component can be used to customize OAuth 2 server endpoints

  1. LoginURL - the login URL in the AuthFormTemplate.
  2. AuthAllowURL/AuthDenyURL - ALLOW_URL and DENY_URL in the login confirmation page.
  3. LogoutURL - logout URL.
  4. TokenURL - token endpoint URL.
  5. AuthFormLoginFieldName/AuthFormPasswordFieldName - HTML input names for login and password fields in the AuthFormTemplate.

How To articles about server-side OAuth questions

Discuss this help topic in SecureBlackbox Forum