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.
However, the parameter is not available for the native flows.
Looking at the implementation I found out that the parameter would be technically supported without any code change required.
I've confirmed my findings by testing the API, finding that indeed the organization parameter is processed:
It also returns the correct Enterprise SSO authentication methods.
Please document the usage and update the SDKs to include this functionality for login and registration
Reproducing the bug
Send a self-service/login/api or self-service/registration/api request and include the organization parameter.
It should work, while not being documented or available in the SDKs
Relevant log output
No response
Relevant configuration
No response
Version
network
On which operating system are you observing this issue?
Preflight checklist
Ory Network Project
https://gracious-hypatia-b9te8t22yp.projects.oryapis.com
Describe the bug
The
organization
parameter for self-service flows using the browser flows is available (login
/registration
) in the SDKs and documented.However, the parameter is not available for the native flows.
Looking at the implementation I found out that the parameter would be technically supported without any code change required. I've confirmed my findings by testing the API, finding that indeed the
organization
parameter is processed:It also returns the correct Enterprise SSO authentication methods.
Please document the usage and update the SDKs to include this functionality for
login
andregistration
Reproducing the bug
self-service/login/api
orself-service/registration/api
request and include theorganization
parameter.Relevant log output
No response
Relevant configuration
No response
Version
network
On which operating system are you observing this issue?
None
In which environment are you deploying?
Ory Network
Additional Context
No response