Results 8 comments of Okke Harsta

A single string is valid JSON. If I run Mujina IdP locally and use the API: ``` curl -v -H "Accept: application/json" -H "Content-type: application/json" -X PUT -d "myEntityId" http://localhost:8080/api/entityid...

To support / implement IdP multi-tenancy the best way is to change the `identityProvider()` method in the `mujina.sp.WebSecurityConfigurer` and return a `org.springframework.security.saml.metadata.MetadataManager` which has support for a list of `MetadataProvider`....

I can answer questions about Mujina SP / IdP, but I can't answer questions on how to add SAML SP functionality to an arbitrary CMS. You'll have to ask those...

The current codebase does not support programmatically altering the IdP metadata used by the SP. If you want to have a go at it then you could use the hook...

@pjsg Did you manage to implement this or did you find a workaround? Programmatically changing the IdP metadata is not on the roadmap, but I would welcome a PR.

The whole idea of using an SAML IdP is that the users are maintained / identified by the IdP. Normally a SP would provision new users and / or recognise...

When searching for "support flasgger tasks" this was the first hit. I'm using flassger 0.9.5 and it is working for me. See the configuration below: ``` from flasgger import Swagger...

The fix for version 4.1.1 is to add some transitive dependencies: ``` io.rest-assured rest-assured-common 4.1.1 test io.rest-assured rest-assured 4.1.1 test io.rest-assured json-path 4.1.1 test io.rest-assured xml-path 4.1.1 test ``` They...