Predefined users, clients and credentials - luchob/oauth2-passwordgrant-example GitHub Wiki
The demo app is shipped with three predefined users, as described below.
User Name | Password | Credentials |
---|---|---|
user1 | password1 | ROLE_READ_BOOK |
user2 | password2 | ROLE_READ_BOOK, ROLE_WRITE_BOOK |
user3 | password3 | none |
The account of user3
is locked.
The demo app has just one client configured. The name of the client is foo
. It has no client secret.