Skip to content

bcgov/citz-imb-sso-css-api

Repository files navigation

BCGov SSO CSS API Functions

Lifecycle:Experimental License

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