Skip to content

Commit

Permalink
pc/ap - remove line that sets client-authentication-method=basic
Browse files Browse the repository at this point in the history
  • Loading branch information
pconrad committed May 21, 2024
1 parent 633abd1 commit 21e51b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/resources/application-integration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spring.security.oauth2.client.registration.my-oauth-provider.client-name=Client
spring.security.oauth2.client.registration.my-oauth-provider.provider=my-oauth-provider
spring.security.oauth2.client.registration.my-oauth-provider.scope=https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/userinfo.profile
spring.security.oauth2.client.registration.my-oauth-provider.redirect-uri=http://localhost:8080/login/oauth2/code/my-oauth-provider
# spring.security.oauth2.client.registration.my-oauth-provider.client-authentication-method=basic
spring.security.oauth2.client.registration.my-oauth-provider.authorization-grant-type=authorization_code

spring.security.oauth2.client.provider.my-oauth-provider.authorization-uri=http://localhost:8090/oauth/authorize
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/application-wiremock.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spring.security.oauth2.client.registration.my-oauth-provider.client-name=Client
spring.security.oauth2.client.registration.my-oauth-provider.provider=my-oauth-provider
spring.security.oauth2.client.registration.my-oauth-provider.scope=https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/userinfo.profile
spring.security.oauth2.client.registration.my-oauth-provider.redirect-uri=http://localhost:8080/login/oauth2/code/my-oauth-provider
spring.security.oauth2.client.registration.my-oauth-provider.client-authentication-method=basic
spring.security.oauth2.client.registration.my-oauth-provider.authorization-grant-type=authorization_code

spring.security.oauth2.client.provider.my-oauth-provider.authorization-uri=http://localhost:8090/oauth/authorize
Expand Down

0 comments on commit 21e51b9

Please sign in to comment.