FITFLOP
Home

node-oidc-provider (5 post)


posts by category not found!

oidc-provider npm: How to add custom claims to jwt token

Adding Custom Claims to Your JWT Tokens with oidc provider The oidc provider npm package provides a robust framework for building Open ID Connect OIDC and O Aut

2 min read 04-10-2024 27
oidc-provider npm: How to add custom claims to jwt token
oidc-provider npm: How to add custom claims to jwt token

oidc-provider and oidc-client-ts: How to create SSO between multiple app when httpOnly cookies are needed

Achieving Single Sign On SSO with OIDC Provider and OIDC Client TS Handling HTTP Only Cookies Single Sign On SSO is a key feature for modern web applications al

3 min read 04-10-2024 29
oidc-provider and oidc-client-ts: How to create SSO between multiple app when httpOnly cookies are needed
oidc-provider and oidc-client-ts: How to create SSO between multiple app when httpOnly cookies are needed

oidc-provider: how to add custom claims to /me endpoint and returned access token

Adding Custom Claims to Your OIDC Providers me Endpoint and Access Tokens The me endpoint in an Open ID Connect OIDC Provider is a powerful tool for fetching us

2 min read 01-10-2024 29
oidc-provider: how to add custom claims to /me endpoint and returned access token
oidc-provider: how to add custom claims to /me endpoint and returned access token

Using oidc-provider for login using a /login endpoint

Secure Your Application with OIDC Provider A Guide to Using the login Endpoint In todays digital world ensuring user authentication is paramount Open ID Connect

3 min read 30-09-2024 30
Using oidc-provider for login using a /login endpoint
Using oidc-provider for login using a /login endpoint

node-oidc-provider logout via backend

Effortless Logout Implementing Backend Logout with Node oidc Provider Logging out users securely and efficiently is a crucial aspect of any web application When

2 min read 29-09-2024 30
node-oidc-provider logout via backend
node-oidc-provider logout via backend