eosc-kc / keycloak

Open Source Identity and Access Management For Modern Applications and Services
https://www.keycloak.org
Apache License 2.0
4 stars 4 forks source link

Investigate SAML authN testing #15

Open NicolasLiampotis opened 4 years ago

cgeorgilakis commented 4 years ago

Complex saml tests are in folder saml of testsuite\integration-arquillian\tests\base project ( for example BrokerTest and LogoutTest ). They test response from many saml actions like redirect to SAML IdP, logout.They use the url 'http://saml.idp/saml' for single sign on service url of SAML IdP.

NicolasLiampotis commented 4 years ago

Consider extending current test by providing the http://saml.idp/saml endpoints through a metadata aggregate

cgeorgilakis commented 4 years ago

We can implement current SAML test for SAML Metadata aggregate. Tests are based in specific cases and on mocking SAML Identity Provider response.