Skip to content

Commit

Permalink
fix: change return urls in quickstarts (#3928)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacwil authored May 21, 2024
1 parent 83792ef commit 9730e09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contrib/quickstart/kratos/email-password/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serve:
base_url: http://kratos:4434/

selfservice:
default_browser_return_url: http://127.0.0.1:4455/
default_browser_return_url: http://127.0.0.1:4455/welcome
allowed_return_urls:
- http://127.0.0.1:4455
- http://localhost:19006/Callback
Expand Down Expand Up @@ -50,7 +50,7 @@ selfservice:
ui_url: http://127.0.0.1:4455/verification
use: code
after:
default_browser_return_url: http://127.0.0.1:4455/
default_browser_return_url: http://127.0.0.1:4455/welcome

logout:
after:
Expand Down
2 changes: 1 addition & 1 deletion contrib/quickstart/kratos/passkey/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ session:
required_aal: aal1

selfservice:
default_browser_return_url: http://localhost:4455/
default_browser_return_url: http://localhost:4455/welcome
allowed_return_urls:
- http://localhost:4455
- http://localhost:19006/Callback
Expand Down
4 changes: 2 additions & 2 deletions contrib/quickstart/kratos/phone-password/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serve:
base_url: http://kratos:4434/

selfservice:
default_browser_return_url: http://127.0.0.1:4455/
default_browser_return_url: http://127.0.0.1:4455/welcome
allowed_return_urls:
- http://127.0.0.1:4455
- http://localhost:19006/Callback
Expand Down Expand Up @@ -50,7 +50,7 @@ selfservice:
ui_url: http://127.0.0.1:4455/verification
use: code
after:
default_browser_return_url: http://127.0.0.1:4455/
default_browser_return_url: http://127.0.0.1:4455/welcome

logout:
after:
Expand Down
4 changes: 2 additions & 2 deletions contrib/quickstart/kratos/webauthn/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serve:
base_url: http://kratos:4434/

selfservice:
default_browser_return_url: http://localhost:4455/
default_browser_return_url: http://localhost:4455/welcome
allowed_return_urls:
- http://localhost:4455

Expand Down Expand Up @@ -58,7 +58,7 @@ selfservice:
ui_url: http://localhost:4455/verification
use: code
after:
default_browser_return_url: http://localhost:4455/
default_browser_return_url: http://localhost:4455/welcome

logout:
after:
Expand Down

0 comments on commit 9730e09

Please sign in to comment.