Skip to content

Commit

Permalink
fix wrong configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed Oct 18, 2023
1 parent d094918 commit deb7792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/initial/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ spring:
registration:
spring:
client-id: 'demo-client-pkce'
authorizationGrantType: authorization_code
clientAuthenticationMethod: NONE
authorization-grant-type: authorization_code
client-authentication-method: none
redirect-uri: '{baseUrl}/login/oauth2/code/{registrationId}'
scope:
- openid
Expand Down

0 comments on commit deb7792

Please sign in to comment.