mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 20:08:02 +00:00
cd6b452fc9
# Which Problems Are Solved - When the endpoint http://{CUSTOM-DOMAIN}/v2beta/settings/login/idps is called the type for an activated SAML provider is not sent. - The IDENTITY_PROVIDER_TYPE_SAML is missing # How the Problems Are Solved - Adds the missing IDENTITY_PROVIDER_TYPE_SAML to the IdentityProviderType proto definition - Adds the missing case for idpTypeToPb - Adds the missing test case for idpTypeToPb Here's a screenshot showing the endpoint response: ![image](https://github.com/zitadel/zitadel/assets/30386061/6e3e9c41-543c-472e-96ab-3d40736a2699) # Additional Context - Closes #7885 Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com> |
||
---|---|---|
.. | ||
server_integration_test.go | ||
server.go | ||
settings_converter_test.go | ||
settings_converter.go | ||
settings_integration_test.go | ||
settings.go |