keycloak-scim/release_notes/topics/4_2_0_final.adoc

17 lines
715 B
Text
Raw Normal View History

2018-07-24 13:32:04 +00:00
= Browser tab support for Cordova
We now have support for using browser tab and universal links in the JavaScript adapter for Cordova. This enables SSO
between multiple applications as well as increases security.
2018-07-24 16:10:59 +00:00
Thanks to https://github.com/gtudan[gtudan] for the contribution.
= SAML adapter multitenancy support
The SAML adapter can support multi-tenancy now just like the built in adapter for OpenID Connect.
= An option to create claims with dots (.) in them
In previous versions, it was not possible to create claims in the token using a claim name containing a dot (.) character. Now it is
possible to escape the dot character in the configuration, so a claim name with the dot character can be used.