Skip to content

Commit

Permalink
fix(deploy): set correct webauthn settings in k8s x-domain config
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann authored Jul 21, 2023
1 parent e7dc097 commit 70ae7e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/k8s/overlays/thirdparty-x-domain/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ server:
- 'https://app.domain-app.grocery'
webauthn:
relying_party:
origin: "https://app.domain-app.grocery"
id: "app.domain-app.grocery"
origins:
- "https://app.domain-app.grocery"
third_party:
error_redirect_url: https://app.domain-app.grocery
allowed_redirect_urls:
Expand Down

0 comments on commit 70ae7e4

Please sign in to comment.