Releases: TykTechnologies/tyk-identity-broker
Releases · TykTechnologies/tyk-identity-broker
v0.7.0
v0.6.1
v0.6.0
- 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
andLDAPLastNameAttribute
variables (defaults togivenName
andsn
)
v0.5.0
- 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
andLDAPAdminPassword
attributes.
v0.4.0
- 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
andBackEnd.SSLInsecureSkipVerify
Tyk Identity Broker v0.3.0
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
- Added
LDAPUseSSL
option to enable support for secure LDAP connections - Fixed issue when you can't use custom port when SSL enabled
v0.2
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
First release of the Tyk Identity Broker, see how to use it in the README