November 2017
Intermediate to advanced
542 pages
14h 24m
English
We need to configure the client details for the client authentication, grants, and OAuth 2 scopes, as you can see in the application.yml file, src/main/resources/application.yml:
# OAuth 2 Configuration:security:OAuth 2: # Client Config: client: # Basic Authentication credentials for OAuth 2 clientId: oauthClient1 clientSecret: oauthClient1Password authorizedGrantTypes: password,refresh_token scope: openid
Read now
Unlock full access