Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MKSamlAuth - SSO for TYPO3

MKSamlAuth - SSO for TYPO3

A Quick Introduction to our new TYPO3 Extension which made it possible for frontend users to login through a SSO Server.

Markus Bachmann

February 19, 2019
Tweet

More Decks by Markus Bachmann

Other Decks in Technology

Transcript

  1. • Single Point of Authentication for users and services •

    Different Protocols (like SAML) • Multiple Sources (LDAP, RDMS, OAuth) What is SSO?
  2. Identity Provider (IdP) • Responsible to Authenticate the User •

    Provides all User Information/Metadata • Does not handle Authorization Service Provider (SP) • Have no Authentication Method • Redirects to IdP to sign in User • Handles Authorization (ACL/RBAC) Example: • News Portal • Intranet What is SSO?
  3. • Multiple IdPs (One per Domain) • Supports SAML2 Protocol

    • Configuration stored in RDBMS • TYPO3 8.7 Compatible • coming soon: ◦ TYPO3 9.5 Compatible ◦ Individual Attribute mapping ◦ Group mapping strategies ◦ Release on Github / TER / Packagist MKSamlAuth - Features