zitadel/internal/api/grpc/settings/v2
Miguel Cabrerizo cd6b452fc9
fix: add missing SAML type for GetActiveIdentityProviders (#8186)
# 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>
2024-06-28 15:00:56 +00:00
..
server_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
server.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
settings_converter_test.go fix: add missing SAML type for GetActiveIdentityProviders (#8186) 2024-06-28 15:00:56 +00:00
settings_converter.go fix: add missing SAML type for GetActiveIdentityProviders (#8186) 2024-06-28 15:00:56 +00:00
settings_integration_test.go feat: impersonation roles (#7442) 2024-02-28 10:21:11 +00:00
settings.go feat: password age policy (#8132) 2024-06-18 11:27:44 +00:00