Skip to content

Commit

Permalink
Apply to other quickstarts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacwil committed May 18, 2024
1 parent df333a0 commit 204dd4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contrib/quickstart/kratos/email-password/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serve:
selfservice:
default_browser_return_url: http://127.0.0.1:4455/welcome
allowed_return_urls:
- http://127.0.0.1:4455/welcome
- http://127.0.0.1:4455
- http://localhost:19006/Callback
- exp://localhost:8081/--/Callback

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 204dd4b

Please sign in to comment.