We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No response
curl --location 'https://sharp-carver-1uw3ygqhct.projects.oryapis:8080/admin/identities' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer key' \ --data-raw '{ "traits":{ "email": "test+1@ory.sh" }, "credentials":{ "oidc":{ "config":{ "providers":[{"provider":"google","subject":"aeneas+1@ory.sh"}] } } } }'
master
None
{ "id": "a2222834-7fb0-4d96-a708-492754e82fdc", "organization_id": null, "type": "browser", "expires_at": "2025-01-27T15:07:23.330673Z", "issued_at": "2025-01-27T14:07:23.330673Z", "request_url": "https://sharp-carver-1uw3ygqhct.projects.oryapis:8080/self-service/#/browser?aal=&refresh=&return_to=&organization=&via=", "active": "identifier_first", "ui": { "action": "https://sharp-carver-1uw3ygqhct.projects.oryapis:8080/self-service/#?flow=a2222834-7fb0-4d96-a708-492754e82fdc", "method": "POST", "nodes": [ { "type": "input", "group": "identifier_first", "attributes": { "name": "identifier", "type": "hidden", "value": "aeneas+1@ory.sh", "required": true, "autocomplete": "username webauthn", "disabled": false, "node_type": "input" }, "messages": [], "meta": { "label": { "id": 1070002, "text": "E-Mail", "type": "info", "context": { "title": "E-Mail" } } } }, { "type": "input", "group": "default", "attributes": { "name": "csrf_token", "type": "hidden", "value": "DVsgzYNUUvrEk75shL+LoiV3abolUVuA6xIAHQzwkFWRIBuwMXHvBI55ygEPUB80cLh4XlGy28Q2Yropl526Zw==", "required": true, "disabled": false, "node_type": "input" }, "messages": [], "meta": { } }, { "type": "input", "group": "oidc", "attributes": { "name": "provider", "type": "submit", "value": "google", "disabled": false, "node_type": "input" }, "messages": [], "meta": { "label": { "id": 1010002, "text": "# with Google", "type": "info", "context": { "provider": "Google", "provider_id": "google" } } } } ] }, "created_at": "2025-01-27T14:07:23.334691Z", "updated_at": "2025-01-27T14:07:23.334691Z", "refresh": false, "requested_aal": "aal1", "state": "choose_method" }
The text was updated successfully, but these errors were encountered:
feat: show social # on credentials select
d8e5f95
Adds a story book component for identifier first credentials select. Closes #342
Successfully merging a pull request may close this issue.
Preflight checklist
Ory Network Project
No response
Describe the bug
Reproducing the bug
Relevant log output
Relevant configuration
Version
master
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
The text was updated successfully, but these errors were encountered: