Skip to content

Commit 8e86c71

Browse files
authored
fix: fix spring boot guide redirectUri value (#1289)
fix spring boot guide redirectUri value
1 parent 95b09c7 commit 8e86c71

File tree

1 file changed

+1
-1
lines changed
  • docs/quick-starts/framework/java-spring-boot

1 file changed

+1
-1
lines changed

docs/quick-starts/framework/java-spring-boot/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spring.security.oauth2.client.provider.logto.jwk-set-uri={{LOGTO_ENDPOINT}}/oidc
9393

9494
In order to redirect users back to your application after they sign in, you need to set the redirect URI using the `client.registration.logto.redirect-uri` property in the previous step.
9595

96-
<WebConfigureRedirectUris />
96+
<WebConfigureRedirectUris redirectUri="http://localhost:8080/login/oauth2/code/logto" />
9797

9898
### Implement the WebSecurityConfig \{#implement-the-websecurityconfig}
9999

0 commit comments

Comments
 (0)