Creating Authentication Scheme

  1. Go to Policy Configuration, then Authentication Schemes.
  2. Click Create button to create a new Authentication Scheme.

    Figure 3-7 FCUBS_ Authentication Scheme



Specify the following details in the User Identity Store.
Field Description
Name Specify a name to identify Authentication Scheme.
Challenge Method Select ‘BASIC’.
Challenge Redirect URL Specify ‘/oam/server’.
Authentication Module Select the authentication module that you had created in an earlier step (Creating Authentication Module).

If it is a basic authentication scheme, you need to add the 'enforce-valid-basic-auth-credentials' tag to the config.xml file located under ‘/user_projects/domains/<MyDomain>/config/’.

Insert the tag before the end of the <security-configuration> tag as follows:

<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-authcredentials>
</security-configuration>