Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

CoreOne Admin User Interface

Features

  • Back-channel logout propagation has been added.

CoreOne Admin User Interface 2.0

Features

  • Back-channel logout propagation has been added.

CoreOne Authentication Services

Features

  • There is a new setting on the clients called Validate user password using Application Service. If enabled, the credentials are validated using the CoreOne Application Service which in turn, validates the password policy. In some cases, this behavior is not needed, so you can now disable this behavior which also will increase performance of the issuing of tokens.

  • Breaking Change: The claim type fulfilled_qors is no longer included in the scope c1s_profile because this scope is used for internal usage and should not include anything not system-relevant. Furthermore this scope should not be used by any customers!

CoreOne Self Service Portal

Features

  • Back-channel logout propagation has been added.

CoreOne System Connectors

Bug Fixes

  • Basic Authentication: Basic Authentication was implemented as getting a JWT token from the configured IdP and sending that token in the HTTP header. For system that relayed on basic authentication using simple username and password, this did not work. The connector has been adapted, so that if no Scim login base URL is configured, the credentials are send in the header. If a Scim login base URL is configured, a JWT token is issued and sent in the header.

  • No labels