Skip to content

chart=2.109.7,image=2.109.7

@pcapriotti pcapriotti tagged this 25 Jun 08:46
* Remove spaces and parentheses from schema names

* Fix dangling reference to Action schema

* Fix swagger for optField

* Fix Swagger schema for FormRedirect

The reason it was broken is that genericDeclareNamedSchema tries to define the schema for this type as a heterogeneous array (i.e. tuple) with Swagger types String and AuthnRequest. However, Swagger does not support heterogeneous arrays, and this results in an array whose underlying type which is at the same time marked as a string, and referring to the schema for AuthnRequest, which is of course invalid.

* Remove duplicated security requirements in Swagger

* Remove duplicated entries in "required" field

* Update CHANGELOG

* Restore inner schema declaration in Wrapped

* Use underscores instead of dots as separators
Assets 2
Loading