Closed Sese-Schneider closed 2 months ago
https://gracious-hypatia-b9te8t22yp.projects.oryapis.com
We have a custom generic social sign-in provider with the provider: salesforce. The UI currently doesn't support salesforce.
provider: salesforce
salesforce
When adjusting the generic providers data-mapping via the UI, the provider field is overwritten back to generic.
provider
generic
The provider field (config viewed via CLI) is reset to generic.
No response
{ "client_id": "[REDACTED]", "client_secret": "[REDACTED]", "id": "[REDACTED]", "issuer_url": "https://testissuer.com", "label": "Salesforce", "mapper_url": "[REDACTED]", "provider": "salesforce", "scope": [ "openid", "email", "profile" ] }
current
Ory Network
The ask is to add Salesforce as an option to the UI?
This has been done, and will be released next week to production. Thanks for the contribution in Kratos @Sese-Schneider
Preflight checklist
Ory Network Project
https://gracious-hypatia-b9te8t22yp.projects.oryapis.com
Describe the bug
We have a custom generic social sign-in provider with the
provider: salesforce
. The UI currently doesn't supportsalesforce
.When adjusting the generic providers data-mapping via the UI, the
provider
field is overwritten back togeneric
.Reproducing the bug
provider
field tosalesforce
via the CLIThe
provider
field (config viewed via CLI) is reset togeneric
.Relevant log output
No response
Relevant configuration
Version
current
On which operating system are you observing this issue?
Ory Network
In which environment are you deploying?
Ory Network
Additional Context
No response