Hi Francesco, It's not (currently) possible to register a service provider in Fediz using metadata. You have to do it manually by editing the config files instead, e.g. 'webapps/fediz-idp/WEB-INF/classes/entities-realma.xml'. See here for how to do it (interop demo with Syncope):
http://coheigea.blogspot.ie/2017/12/saml-sso-support-for-apache-syncope-web.html For OIDC there's a test-case here: http://coheigea.blogspot.ie/2016/08/openid-connect-in-apache-cxf-fediz-130.html The instructions are probably not very clear though...I should write a blog post explaining how to set it up from scratch. Colm. On Fri, Apr 27, 2018 at 1:39 PM, Francesco Chicchiriccò <[email protected] > wrote: > Hi there, > are there instructions around to run > > <dependency> > <groupId>org.apache.cxf.fediz</groupId> > <artifactId>fediz-idp</artifactId> > <version>1.4.3</version> > <type>war</type> > </dependency> > > as standalone "general purpose" SAML 2.0 IdP? I am able to run it (" > https://localhost:8443/fediz-idp/metadata" responds fine), but I would > like to register my own SAML 2.0 Service Provider's metadata: is that > possible? > > Same question for > > <dependency> > <groupId>org.apache.cxf.fediz</groupId> > <artifactId>fediz-oidc</artifactId> > <version>1.4.3</version> > <type>war</type> > </dependency> > > where I would like to add my own OpenID Connect Client. > > TIA > Regards. > > -- > Francesco Chicchiriccò > > Tirasa - Open Source Excellence > http://www.tirasa.net/ > > Member at The Apache Software Foundation > Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail > http://home.apache.org/~ilgrosso/ > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
