Skip to content

v0.6.0

Compare
Choose a tag to compare
@buger buger released this 06 Jun 08:45
· 314 commits to master since this release
87c9fd2
  • Add support for Salesforce provider as part of "SocialProvider"
  "UseProviders": [{
   "Name": "salesforce",
   "Key": "xxxx",
   "Secret": "xxxxx",
   "DiscoverURL": ""
  }]
  • Added CustomEmailField to profile object to specify custom email scopes for OpenID or JWT
  • Improved logging and support for TYK_LOGLEVEL variable to control verbosity. Possible values: debug, info, warning, error
  • Add support for fetching First and Last user name from LDAP. Fields configurable via LDAPFirstNameAttribute and LDAPLastNameAttribute variables (defaults to givenName and sn)