mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:07:31 +00:00
fix: add apple as identity provider type to settings v2 api (#8472)
# Which Problems Are Solved Apple is not availabe as IDP type in the settings v2 API. # How the Problems Are Solved Add Apple as type. # Additional Changes None # Additional Context None Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -148,5 +148,6 @@ enum IdentityProviderType {
|
||||
IDENTITY_PROVIDER_TYPE_GITLAB = 8;
|
||||
IDENTITY_PROVIDER_TYPE_GITLAB_SELF_HOSTED = 9;
|
||||
IDENTITY_PROVIDER_TYPE_GOOGLE = 10;
|
||||
IDENTITY_PROVIDER_TYPE_SAML=11;
|
||||
IDENTITY_PROVIDER_TYPE_SAML = 11;
|
||||
IDENTITY_PROVIDER_TYPE_APPLE = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user