This page provides an overview and examples for the different URL types used with Corbado.
Production | Development |
---|---|
https://www.my-application.com | All origins authorized by default |
Production | Development |
---|---|
https://www.my-application.com/login | http://localhost:8080/login |
corbadoAuthToken
as GET parameter (query string).
Production | Development |
---|---|
https://www.my-application.com/logged-in | http://localhost:8080/logged-in |
https://<project ID>.preview.cloud.corbado.io
).
Production | Development |
---|---|
login.my-application.com | - |
localhost
.
Passkeys are bound to your relying party ID, meaning they can only be used on matching domains.
Matching domains means that it’s either the same or a subdomain of the Relying Party ID.
Production | Development |
---|---|
my-application.com | localhost |