Creating an Authorization Configuration Provider

Authorization is only possible in conjunction with authentication.
  1. For Name, enter the name for your Authorization Provider, e.g. ExampleAuthorizationConfigurationProvider.

    image not found

  2. Select for Provider type > LDAP, Database (JPA) or Database (SQL).

  3. Click Next >.

Next page of the wizard depends on the selected provider type option.

Options:

  • Provider type

    • LDAP - LDAP as a data source for authorization.

    • Database (JPA) - database with JPA entities as data source for authorization.

    • Database (SQL) - Custom SQL queries for authorization.