Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application and IDP defaults and signing updates #247

Merged
merged 2 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Release (Unreleased)

* `github.com/patrickcping/pingone-go-sdk-v2/management` : [v0.28.0](./management/CHANGELOG.md)
* **Breaking Change** Removed deprecated enum values `SHA224withRSA` and `SHA224withECDSA` from the `EnumCertificateKeySignagureAlgorithm` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added enum values to `EnumApplicationWSFEDIDPSigningAlgorithm` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumApplicationSAMLSloBinding` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumGatewayTypeLDAPSecurity` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumIdentityProvider` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumSchemaAttributeType` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumTemplateContentPushCategory` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to the `AssertionSigned` attributes on the `ApplicationSAML` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to the `ResponseSigned` attributes on the `ApplicationSAML` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added support for the `AuthnRequestSigned` attribute on the `ApplicationSAMLAllOfSpVerification` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added support for the `Algorithm` attribute on the `IdentityProviderSAMLAllOfSpSigning` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)

# Release (2023-09-05)

* `github.com/patrickcping/pingone-go-sdk-v2` : v0.10.5
Expand Down
6 changes: 6 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA=
golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio=
golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk=
golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw=
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y=
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5/go.mod h1:4M0jN8W1tt0AVLNr8HDosyJCDCDuyL9N9+3m7wDWgKw=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
Expand Down Expand Up @@ -570,6 +571,7 @@ golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced/go.mod h1:YDH+HFinaLZZlnHAfS
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
Expand Down Expand Up @@ -634,6 +636,7 @@ golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=
golang.org/x/term v0.1.0 h1:g6Z6vPFA9dYBAF7DWcH6sCcOntplXsDKcliusYijMlw=
Expand All @@ -653,10 +656,12 @@ golang.org/x/term v0.10.0 h1:3R7pNqamzBraeqj/Tj8qt1aQ2HpmlC+Cx/qL/7hn4/c=
golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o=
golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=
golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=
golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU=
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
golang.org/x/text v0.5.0 h1:OLmvp0KP+FVG99Ct/qFiL/Fhk4zp4QQnZ7b2U+5piUM=
golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs=
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
Expand Down Expand Up @@ -689,6 +694,7 @@ golang.org/x/tools v0.10.0/go.mod h1:UJwyiVBsOA2uwvK/e5OY3GTpDUJriEd+/YlqAwLPmyM
golang.org/x/tools v0.11.0/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8=
golang.org/x/tools v0.11.1/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8=
golang.org/x/tools v0.12.0/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM=
golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58=
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df h1:5Pf6pFKu98ODmgnpvkJ3kFUOQGGLIzLIkbzUHp47618=
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
Expand Down
4 changes: 4 additions & 0 deletions management/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ docs/EnumApplicationProtocol.md
docs/EnumApplicationSAMLSloBinding.md
docs/EnumApplicationTags.md
docs/EnumApplicationType.md
docs/EnumApplicationWSFEDIDPSigningAlgorithm.md
docs/EnumApplicationWSFEDKerberosGatewayType.md
docs/EnumAttributeMappingType.md
docs/EnumBrandingLogoType.md
Expand Down Expand Up @@ -239,6 +240,7 @@ docs/EnumIdentityProviderExt.md
docs/EnumIdentityProviderOIDCTokenAuthMethod.md
docs/EnumIdentityProviderSAMLSLOBinding.md
docs/EnumIdentityProviderSAMLSSOBinding.md
docs/EnumIdentityProviderSAMLSigningAlgorithm.md
docs/EnumImageFormat.md
docs/EnumKeyRotationPolicyAlgorithm.md
docs/EnumKeyRotationPolicySigAlgorithm.md
Expand Down Expand Up @@ -707,6 +709,7 @@ model_enum_application_saml_slo_binding.go
model_enum_application_tags.go
model_enum_application_type.go
model_enum_application_wsfed_kerberos_gateway_type.go
model_enum_application_wsfedidp_signing_algorithm.go
model_enum_attribute_mapping_type.go
model_enum_branding_logo_type.go
model_enum_branding_theme_background_type.go
Expand Down Expand Up @@ -747,6 +750,7 @@ model_enum_identity_provider_attribute_mapping_type.go
model_enum_identity_provider_attribute_mapping_update.go
model_enum_identity_provider_ext.go
model_enum_identity_provider_oidc_token_auth_method.go
model_enum_identity_provider_saml_signing_algorithm.go
model_enum_identity_provider_samlslo_binding.go
model_enum_identity_provider_samlsso_binding.go
model_enum_image_format.go
Expand Down
2 changes: 1 addition & 1 deletion management/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.28.0
14 changes: 14 additions & 0 deletions management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v0.28.0 (Unreleased)

* **Breaking Change** Removed deprecated enum values `SHA224withRSA` and `SHA224withECDSA` from the `EnumCertificateKeySignagureAlgorithm` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added enum values to `EnumApplicationWSFEDIDPSigningAlgorithm` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumApplicationSAMLSloBinding` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumGatewayTypeLDAPSecurity` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumIdentityProvider` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumSchemaAttributeType` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to model attributes that use the `EnumTemplateContentPushCategory` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to the `AssertionSigned` attributes on the `ApplicationSAML` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added default value to the `ResponseSigned` attributes on the `ApplicationSAML` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added support for the `AuthnRequestSigned` attribute on the `ApplicationSAMLAllOfSpVerification` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)
* **Enhancement** Added support for the `Algorithm` attribute on the `IdentityProviderSAMLAllOfSpSigning` model. [#247](https://github.com/patrickcping/pingone-go-sdk-v2/pull/247)

# v0.27.0 (2023-09-05)

* **Enhancement** Added `EnableRequestedAuthnContext` to the `ApplicationSAML` and `ApplicationSAMLAllOf` data models. [#245](https://github.com/patrickcping/pingone-go-sdk-v2/pull/245)
Expand Down
4 changes: 3 additions & 1 deletion management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The PingOne Platform API covering the base and SSO services (otherwise known as
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 2023-06-29
- Package version: 0.27.0
- Package version: 0.28.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -518,6 +518,7 @@ Class | Method | HTTP request | Description
- [EnumApplicationSAMLSloBinding](docs/EnumApplicationSAMLSloBinding.md)
- [EnumApplicationTags](docs/EnumApplicationTags.md)
- [EnumApplicationType](docs/EnumApplicationType.md)
- [EnumApplicationWSFEDIDPSigningAlgorithm](docs/EnumApplicationWSFEDIDPSigningAlgorithm.md)
- [EnumApplicationWSFEDKerberosGatewayType](docs/EnumApplicationWSFEDKerberosGatewayType.md)
- [EnumAttributeMappingType](docs/EnumAttributeMappingType.md)
- [EnumBrandingLogoType](docs/EnumBrandingLogoType.md)
Expand Down Expand Up @@ -561,6 +562,7 @@ Class | Method | HTTP request | Description
- [EnumIdentityProviderOIDCTokenAuthMethod](docs/EnumIdentityProviderOIDCTokenAuthMethod.md)
- [EnumIdentityProviderSAMLSLOBinding](docs/EnumIdentityProviderSAMLSLOBinding.md)
- [EnumIdentityProviderSAMLSSOBinding](docs/EnumIdentityProviderSAMLSSOBinding.md)
- [EnumIdentityProviderSAMLSigningAlgorithm](docs/EnumIdentityProviderSAMLSigningAlgorithm.md)
- [EnumImageFormat](docs/EnumImageFormat.md)
- [EnumKeyRotationPolicyAlgorithm](docs/EnumKeyRotationPolicyAlgorithm.md)
- [EnumKeyRotationPolicySigAlgorithm](docs/EnumKeyRotationPolicySigAlgorithm.md)
Expand Down
60 changes: 45 additions & 15 deletions management/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23114,6 +23114,7 @@ components:
- EXTERNAL_LINK
type: string
EnumApplicationSAMLSloBinding:
default: HTTP_POST
description: A string that specifies the binding protocol to be used for the
logout response. Options are HTTP_REDIRECT or HTTP_POST. The default is HTTP_POST;
existing configurations with no data default to HTTP_POST.
Expand Down Expand Up @@ -23142,8 +23143,16 @@ components:
- PORTAL_LINK_APP
type: string
EnumApplicationWSFEDIDPSigningAlgorithm:
description: "The signature algorithm to be used for signing. Algorithms upported\
\ RSA_SHA 256, 384, 512, and ECDSA_SHA 1, 224, 256, 384, 512."
description: "The signature algorithm to be used for signing. Algorithms supported\
\ `SHA256withRSA`, `SHA384withRSA`, `SHA512withRSA`, `SHA256withECDSA`, `SHA384withECDSA`,\
\ and `SHA512withECDSA`."
enum:
- SHA256withRSA
- SHA384withRSA
- SHA512withRSA
- SHA256withECDSA
- SHA384withECDSA
- SHA512withECDSA
type: string
EnumApplicationWSFEDKerberosGatewayType:
description: The gateway type. This must be "LDAP".
Expand Down Expand Up @@ -23195,15 +23204,12 @@ components:
type: string
EnumCertificateKeySignagureAlgorithm:
description: "Specifies the signature algorithm of the key. For RSA keys, options\
\ are `SHA224withRSA`, `SHA256withRSA`, `SHA384withRSA` and `SHA512withRSA`.\
\ For elliptical curve (EC) keys, options are `SHA224withECDSA`, `SHA256withECDSA`,\
\ `SHA384withECDSA`, and `SHA512withECDSA`"
\ are `SHA256withRSA`, `SHA384withRSA` and `SHA512withRSA`. For elliptical\
\ curve (EC) keys, options are `SHA256withECDSA`, `SHA384withECDSA`, and `SHA512withECDSA`"
enum:
- SHA224withRSA
- SHA256withRSA
- SHA384withRSA
- SHA512withRSA
- SHA224withECDSA
- SHA256withECDSA
- SHA384withECDSA
- SHA512withECDSA
Expand Down Expand Up @@ -23371,6 +23377,7 @@ components:
- AUTHENTICATION
type: string
EnumGatewayTypeLDAPSecurity:
default: None
description: "A string that specifies the connection security type. Options\
\ are None, TLS, and StartTLS. The default value is None."
enum:
Expand Down Expand Up @@ -23427,6 +23434,7 @@ components:
- UNHEALTHY
type: string
EnumIdentityProvider:
default: PING_ONE
description: A string that identifies the type of identity provider used to
authenticate the user. The default value of `PING_ONE` is set when a value
for identityProvider.id is not provided. The `PING_ONE` value is the default
Expand Down Expand Up @@ -23491,6 +23499,19 @@ components:
- CLIENT_SECRET_POST
- NONE
type: string
EnumIdentityProviderSAMLSigningAlgorithm:
description: "The signing key algorithm used by PingOne. Value will depend on\
\ which key algorithm and signature algorithm you chose when creating your\
\ signing key. Possible values are `SHA256withRSA`, `SHA384withRSA`, `SHA512withRSA`,\
\ `SHA256withECDSA`, `SHA384withECDSA`, `SHA512eithEDCSA`."
enum:
- SHA256withRSA
- SHA384withRSA
- SHA512withRSA
- SHA256withECDSA
- SHA384withECDSA
- SHA512eithEDCSA
type: string
EnumIdentityProviderSAMLSSOBinding:
description: A string that specifies the binding for the authentication request.
Options are HTTP_POST and HTTP_REDIRECT.
Expand Down Expand Up @@ -23791,6 +23812,7 @@ components:
- CUSTOM
type: string
EnumSchemaAttributeType:
default: STRING
description: "A string that specifies the the type of the attribute. It may\
\ be one of STRING, JSON, BOOLEAN, or COMPLEX. If the type is not provided\
\ during creation, then it defaults to STRING. Complex and boolean attributes\
Expand Down Expand Up @@ -23877,6 +23899,7 @@ components:
- Push
type: string
EnumTemplateContentPushCategory:
default: BANNER_BUTTONS
description: |
For Push content, you can specify what type of banner should be displayed to the user. The available options are:
* `BANNER_BUTTONS` - the banner contains both Approve and Deny buttons
Expand Down Expand Up @@ -24674,9 +24697,9 @@ components:
description: Specifies the distinguished name of the certificate issuer.
type: string
keyLength:
description: "Specifies the key length. For RSA keys, options are 2048,\
\ 3072, and 7680. For elliptical curve (EC) keys, options are 224, 256,\
\ and 384."
description: "The key length. For RSA keys, options are `2048`, `3072`,\
\ `4096`, and `7680`. For elliptical curve (EC) keys, options are `224`,\
\ `256`, `384`, and `521`."
type: integer
name:
description: Specifies the resource name.
Expand Down Expand Up @@ -30290,6 +30313,11 @@ components:
example: null
ApplicationSAML_allOf_spVerification:
properties:
authnRequestSigned:
default: false
description: Whether the Authn Request signing should be enforced. Default
is `false`.
type: boolean
certificates:
items:
$ref: '#/components/schemas/ApplicationSAML_allOf_spVerification_certificates'
Expand All @@ -30315,8 +30343,9 @@ components:
seconds. This is a required property.
type: integer
assertionSigned:
default: true
description: A boolean that specifies whether the SAML assertion itself
should be signed. The default value is true.
should be signed. The default value is `true`.
type: boolean
enableRequestedAuthnContext:
description: Indicates whether `requestedAuthnContext` is taken into account
Expand All @@ -30329,8 +30358,9 @@ components:
in the SAML assertion
type: string
responseSigned:
default: false
description: A boolean that specifies whether the SAML assertion response
itself should be signed. The default value is False.
itself should be signed. The default value is `false`.
type: boolean
sloBinding:
$ref: '#/components/schemas/EnumApplicationSAMLSloBinding'
Expand Down Expand Up @@ -30711,9 +30741,7 @@ components:
provider (IdP).
properties:
algorithm:
description: "The signature algorithm to be used for signing. Algorithms\
\ upported RSA_SHA 256, 384, 512, and ECDSA_SHA 1, 224, 256, 384, 512."
type: string
$ref: '#/components/schemas/EnumApplicationWSFEDIDPSigningAlgorithm'
key:
$ref: '#/components/schemas/ApplicationWSFED_allOf_idpSigning_key'
required:
Expand Down Expand Up @@ -33591,6 +33619,8 @@ components:
example: null
IdentityProviderSAML_allOf_spSigning:
properties:
algorithm:
$ref: '#/components/schemas/EnumIdentityProviderSAMLSigningAlgorithm'
key:
$ref: '#/components/schemas/IdentityProviderSAML_allOf_spSigning_key'
required:
Expand Down
2 changes: 1 addition & 1 deletion management/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading