Skip to content

v.3.8.0

Compare
Choose a tag to compare
@damikael damikael released this 26 Sep 15:26
· 202 commits to master since this release
1466532

Enhance Proxy with JWS and JWE response token

Add ability to:

  • define multiple clients through spid-php-proxy.json configuration

  • return a JWS signed with the Service Provider private key

  • return a JWE encrypred with a secret provided to client

  • implement proxy API to login, logout and verify tokens

  • choice redirect_uri for default client during setup

  • choice if sign response during setup

  • choice if encrypt response during setup

  • add getResponseID() function to API SDK