Skip to content

Releases: DFE-Digital/one-login-aspnetcore

v0.3.1

21 Mar 09:35
d58646e
Compare
Choose a tag to compare

New features

Adds NationalInsuranceNumber member to OneLoginClaimTypes.

Adds OpenIdConnectEvents property to OneLoginOptions to allow more control over the OIDC interactions with One Login.

v0.3.0

22 Feb 13:49
4e194f2
Compare
Choose a tag to compare

New features

Vector of trust can overriden on a per-request basis by calling SetVectorOfTrust() on the AuthenticationProperties passed to Challenge.

Breaking changes

The VectorsOfTrust property on OneLoginOptions has been renamed to VectorOfTrust.

Fixes

Fixes sign out with a post_logout_redirect_uri by sending the id_token_hint.

v0.2.1

14 Feb 17:37
caa6625
Compare
Choose a tag to compare

Fixes population of underlying OpenIdConnectOptions.

v0.2.0

09 Feb 12:00
85af198
Compare
Choose a tag to compare

Added cookie options

NonceCookie and CorrelationCookie properties have been added to OneLoginOptions. With this the default cookie name prefixes can be overriden e.g.

options.CorrelationCookie.Name = "my-app-onelogin-correlation.";
options.NonceCookie.Name = "my-app-nonce-cookie.";

v0.1.2

31 Jan 13:57
Compare
Choose a tag to compare

Fixes the authorization request when no claims are requested.

v0.1.1

24 Jan 14:28
Compare
Choose a tag to compare

Adds a set of extension methods for extracting information from the core identity claim.

v0.1.0

24 Jan 13:36
Compare
Choose a tag to compare

Initial release