Releases: alertlogic/nepal-core
Releases · alertlogic/nepal-core
Continuous Delivery release for @al/core@1.2.46
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
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
v1.2.44 ENG-56603 - Exposing New Methods
Continuous Delivery release for @al/core@1.2.43
v1.2.43 ENG-0000 - Bump Version
Continuous Delivery release for @al/core@1.2.42
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
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
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
ENG-51954 - New Session Recording (#378) Adds support for AIMS's new `new_session` endpoint.
Continuous Delivery release for @al/core@1.2.38
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
Merge pull request #376 from mcnielsen/v1 ENG-0000 - Corrections