New Features
SAML Provider
The SAML Provider now has the ability to load the signing certificate and key from the filesystem. For more details, please see the docs.
Service Extensions
Service extensions can now leverage the IsAvailable
method on the idfabric.IdentityProvider
interface. This feature enables service extensions to determine whether a given IDP is available. For more info, please see the docs.
Resolved Issues
OIDC Apps
This change adds the missing at_hash
and c_hash
claims to ID token during hybrid and implicit flows. These claims were previously missing and are required by the RFC.
Service Extensions
When calling Login
with a nil HTTP request or response writer a runtime panic will no longer occur.