Skip to content

Releases: alertlogic/nepal-core

Continuous Delivery release for @al/core@1.2.46

22 Oct 19:03
28ab781
Compare
Choose a tag to compare
ENG-56603 - Auth0 Support Fix (#386)

Reinstated the old "magical rewrite" rules from console.account inside
@al/core's `AlIdentityProviders` utility class.

Continuous Delivery release for @al/core@1.2.45

22 Oct 13:52
Compare
Choose a tag to compare
ENG-56603 - Auth0 MFA Support

Prevents the application from bootstrapping in situations where it
believes auth0 should assume control of the URL.

Continuous Delivery release for @al/core@1.2.44

18 Oct 18:23
Compare
Choose a tag to compare
v1.2.44

ENG-56603 - Exposing New Methods

Continuous Delivery release for @al/core@1.2.43

18 Oct 14:08
Compare
Choose a tag to compare
v1.2.43

ENG-0000 - Bump Version

Continuous Delivery release for @al/core@1.2.42

15 Oct 14:22
Compare
Choose a tag to compare
ENG-56603 - Auth0 Workflow Preservation

In order to support authentication via keycloak in environments without
3rd party cookies, it is essential to initialize the keycloak adapter
BEFORE angular takes control of the application's URL.  However, this
preemptive initialization also causes keycloak to override auth0
workflows because both are OIDC implementations that share a subset of
query parameters.  This change attempts to differentiate between
keycloak and auth0 workflows so that keycloak can still be initialized
preemptively, but NOT when it is inappropriate.

Continuous Delivery release for @al/core@1.2.41

18 Sep 15:31
2ed2988
Compare
Choose a tag to compare
ENG-56366 - Update AIMS Client with StampRAMP Support (#380)

- Updates authentication-related AIMS types
- Allows the ability to pass additional payload contents to AIMS' authentication endpoint

Continuous Delivery release for @al/core@1.2.40

05 Sep 16:34
Compare
Choose a tag to compare
ENG-0000 - Hotfix for SSO Detection via Keycloak

Fix a defect that was inadvertantly introduced by the addition of
support for running the console in a subdirectory: the base path '/'
caused the location of the sso-check mechanism to have a double slash,
causing a 403 error from cloudfront/s3, in turn causing sessions to die
immediately after they have been created.

Continuous Delivery release for @al/core@1.2.39

21 Aug 14:54
7b4c864
Compare
Choose a tag to compare
ENG-51954 - New Session Recording (#378)

Adds support for AIMS's new `new_session` endpoint.

Continuous Delivery release for @al/core@1.2.38

08 Aug 13:25
fc8efbd
Compare
Choose a tag to compare
ENG-0000 - Core Routing/Navigation Update (#377)

This change normalizes the `AlRoute*` family of classes in such a way
that an application using @al/core can run properly in a subdirectory,
regardless of whether or not a trailing slash is or isn't present.

Continuous Delivery release for @al/core@1.2.37

30 Jul 18:00
a6473b9
Compare
Choose a tag to compare
Merge pull request #376 from mcnielsen/v1

ENG-0000 - Corrections