0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix: remove trailling content

remove trailling content
This commit is contained in:
simeng-li 2024-07-01 21:58:37 +08:00
parent 646dc7c1b0
commit 0f8d0dac57
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075

View file

@ -79,7 +79,7 @@ spring.security.oauth2.client.provider.logto.jwk-set-uri=${props.endpoint}oidc/j
<Step title="Setup the redirect URI in Logto"> <Step title="Setup the redirect URI in Logto">
<RedirectUrisWeb defaultUri="http://localhost:8080/login/oauth2/code/logto in Logto sample project" defaultSignOutUri="http://localhost:8080/login/oauth2/code/logto" /> <RedirectUrisWeb defaultUri="http://localhost:8080/login/oauth2/code/logto" defaultSignOutUri="http://localhost:8080/login/oauth2/code/logto" />
Make sure the redirect URI in Logto matches the `redirect-uri` set in the `application.properties` file in the previous step. Make sure the redirect URI in Logto matches the `redirect-uri` set in the `application.properties` file in the previous step.