Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

As mentioned in the other pages, ProxyIdP currently supports connecting services via two protocols. This page contains common practices and tips on how to implement authentication using one of these protocols.

SAML

Recommended software:

  • Shibboleth SP (Java + WebServer)

  • SimpleSAMLphp (php)

  • Spring Security SAML (Java)

  • Keycloak

On the wiki page of Czech academic identity federation eduID.cz are available guides on how to implement the service provider via protocol Shibboleth SP v3 and simpleSAMLphp. (Available only in the Czech language)

OIDC

Recommended software:

  • Apache mod_auth_openidc (WebServer plugin)

  • oidc-client-js (JavaScript)

  • pyoidc (Python)

  • Spring Security OAuth2 (Java)

For more information about the OpenID Connect protocol or for a step-by-step guide on how to implement the OIDC Relying Part please look at our presentation.

For manual on how to connect your service to the AAI, visit: registration service provider into EINFRA AAI .

  • No labels