Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Using the in-memory authentication provider is strongly discouraged in production scenarios, as it introduces security risks.

Defining an in-memory authentication authentication provider

...

In the application.properties file two properties are expected for an in-memory authentication provider:

...

Code Block
# format: USERNAME=PASSWORD,ROLE1,ROLE2
admin={noop}welcome,dcm,administrator
jane={noop}welcome02,dcm,operator
john={noop}welcome03,dcm