class SSO_UnsereEinrichtung extends SSO4OIDCHandler { protected $providerURL = 'https://accounts.example.com'; protected $clientID = '123-456-789'; protected $clientSecret = 'geheimer Schlüssel'; protected $certPath = null; ...