Skip to content

Releases: TykTechnologies/tyk-identity-broker

v0.7.0

14 Aug 16:56
Compare
Choose a tag to compare
  • Add support for using SSO API with Tyk Multi-Cloud (previously Hybrid)
  • Print nonce (temporary token to login to dashboard) only in debug mode

v0.6.1

13 Jun 07:12
07efa8d
Compare
Choose a tag to compare
  • Added support for Salesforce community accounts (see README)

v0.6.0

06 Jun 08:45
87c9fd2
Compare
Choose a tag to compare
  • 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)

v0.5.0

21 Feb 11:36
7a8d063
Compare
Choose a tag to compare
  • Added official Docker image https://hub.docker.com/r/tykio/tyk-identity-broker
  • Added health check endpoint "/health"
  • Added support for passing user email and username to the Dashboard SSO API
  • Added a way to set configuration variables via environment variables, similar to other Tyk products. Uses TYK_IB prefix.
  • Added a staged LDAP authentification process, when you bind with admin user, perform the search, and bind with the user credentials. Added LDAPAdminUser and LDAPAdminPassword attributes.

v0.4.0

10 Apr 17:23
Compare
Choose a tag to compare
  • TIB now has Linux and Docker packages
  • Added support for passing custom Email to SSO API
  • Added new SSLInsecureSkipVerify boolean option, which issue with local ISP like Ping, using self-signed certs
  • Added support for Redis TLS: BackEnd.UseSSL and BackEnd.SSLInsecureSkipVerify

Tyk Identity Broker v0.3.0

10 Jan 19:12
Compare
Choose a tag to compare

With the new release, you now can use any OpenID Connect compatible provider with TIB!

Just use "SocialProvider" with similar configuration:

...
"UseProviders": [{
    "Name": "openid-connect",
    "Key": "CLIENT-KEY",
    "Secret": "CLIENT-SECRET",
    "DiscoverURL": "https://<oidc-domain>/.well-known/openid-configuration"
}]
....

Tyk Identity Broker v0.2.1

22 Nov 07:45
Compare
Choose a tag to compare
  • Added LDAPUseSSL option to enable support for secure LDAP connections
  • Fixed issue when you can't use custom port when SSL enabled

v0.2

08 Nov 08:10
Compare
Choose a tag to compare

v0.2 address improvements in LDAP functionality, allowing complex schemes with filters.

Fixed LDAP search functionality: now you can use LDAPFilter to check access scope of the user.

Added new LDAPSearchScope configuration option, possible values: 0 - Object, 1 - Sub tree, 2 - Whole tree.

See README for examples.

Release v0.1

13 Jan 13:38
Compare
Choose a tag to compare

First release of the Tyk Identity Broker, see how to use it in the README