JSPM

@bcgov/citz-imb-sso-css-api

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q54323F
  • License Apache-2.0

BCGov SSO CSS API integration.

Package Exports

  • @bcgov/citz-imb-sso-css-api
  • @bcgov/citz-imb-sso-css-api/build/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bcgov/citz-imb-sso-css-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

BCGov SSO CSS API Functions

Lifecycle:Experimental License

Maintainability Test Coverage

NPM NodeJS Typescript

Introduction

This npm package offers the CSS API Account functionality through easy to use functions in your NodeJS application. The CSS API Account is part of the B.C. government's Single Sign-On (CSS) service. The endpoints outlined in the CSS API Swagger Docs will have a corresponding functions in this package.

The CSS API Account let's you interact with CSS Application for your SSO Integration in a RESTful way for both user and role management.


GitHub release
Npm package total downloads
GitHub stars

Get Started Here!

Documentation - Installation, setup and usage guides.


IMPORTANT

This package complements, rather than replicates, Common Hosted Single Sign-On (CSS).
It allows our own applications to make use of the CSS API Account in an easy to consume way.
It is developed and maintained by the CITZ IMB Common Code team, separate from the Common Hosted Single Sign-On (CSS) team.


For Developers working on this package:

We emphasize the inclusion of documentation on our code to enhance onboarding efficiency. Understanding the project's architecture and operational dynamics create efficient team members.

We encourage collaboration by making our project's infrastructure transparent and accessible. Enabling developers to easily navigate and contribute to different parts of the codebase without barriers. Enriching our documentation contributes to a self-documenting codebase. The project's structure and commands are defined and updated within the repository itself. Ultimately, making the project more maintainable and scalable over time.

Use the links below to help you understand the codebase better.


Return to Top