Versions Compared

Key

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

Defining an in-memory 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