Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 854 Bytes

authenticationmethod-ff58bb0.md

File metadata and controls

75 lines (44 loc) · 854 Bytes

authenticationMethod

The method used to authenticate user requests, for example: “route” or “none” (no authentication).

Code Syntax:

 
"authenticationMethod" : "route"

Property

Type

Mandatory

Values

authenticationMethod

String

No

  • route (default)

    Authentication type is defined in the routes configuration

  • none

    Disables authentication for all routes

Caution:

If authenticationMethod is set to “none”, logon with User Account and Authentication (UAA) is disabled.