The most scalable and customizable identity server on the market. Replace your Homegrown, Auth0, Okta, Firebase with better UX and DX. Has all the tablestakes: Passkeys, Social Sign In, Multi-Factor Auth, SMS, SAML, TOTP, and more. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
{
"error": {
"code": 401,
"status": "Unauthorized",
"reason": "No valid session credentials found in the request.",
"message": "The request could not be authorized"
}
}
{
"error": {
"code": 401,
"status": "Unauthorized",
"reason": "No valid session credentials found in the request.",
"message": "The request could not be authorized"
}
}
Preflight checklist
Ory Network Project
No response
Describe the bug
http://localhost:4433/sessions/whoami returns 401 if I'm using session token instead of cookie
Reproducing the bug
tokenized
field of previous responseRelevant log output
Version
oryd/kratos:v1.2.0
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Docker Compose
Additional Context
No response