{"id":15933417,"url":"https://github.com/ncarlier/node-red-contrib-auth-oidc","last_synced_at":"2025-06-30T09:36:01.907Z","repository":{"id":143898169,"uuid":"141196898","full_name":"ncarlier/node-red-contrib-auth-oidc","owner":"ncarlier","description":"Node-RED node to use OpenID Connect with HTTP input nodes.","archived":false,"fork":false,"pushed_at":"2024-06-30T11:04:16.000Z","size":39,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T16:50:42.889Z","etag":null,"topics":["auth","authentication","node-red","oidc","openid","openid-connect"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ncarlier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-16T21:32:34.000Z","updated_at":"2025-04-16T19:04:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd1677bd-7168-4081-b5fa-e8b3bac23c3e","html_url":"https://github.com/ncarlier/node-red-contrib-auth-oidc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ncarlier/node-red-contrib-auth-oidc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncarlier%2Fnode-red-contrib-auth-oidc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncarlier%2Fnode-red-contrib-auth-oidc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncarlier%2Fnode-red-contrib-auth-oidc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncarlier%2Fnode-red-contrib-auth-oidc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ncarlier","download_url":"https://codeload.github.com/ncarlier/node-red-contrib-auth-oidc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncarlier%2Fnode-red-contrib-auth-oidc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262748441,"owners_count":23358198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth","authentication","node-red","oidc","openid","openid-connect"],"created_at":"2024-10-07T02:22:35.800Z","updated_at":"2025-06-30T09:36:01.855Z","avatar_url":"https://github.com/ncarlier.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-red-contrib-auth-oidc\n\n[Node-RED][nodered] node to use OpenID Connect with HTTP input nodes.\n\n![Screenshot](screenshot.png)\n\n## Install\n\nRun the following command in the root directory of your Node-RED install\n\n```bash\nnpm install node-red-contrib-auth-oidc\n```\n\n## Usage\n\nYou have to configure the node by setting the discovery URL of your OpenID Connect provider.\n\n**Examples:**\n\n|Provider|Discovery URL|\n|--------|---|\n|Google|https://accounts.google.com/.well-known/openid-configuration|\n|Microsoft|https://login.windows.net/common/.well-known/openid-configuration|\n|Salesforce|https://login.salesforce.com/.well-known/openid-configuration|\n|[Okta][okta]|https://YOUR_SUB_DOMAIN.okta.com/.well-known/openid-configuration|\n|[Auth0][auth0]|https://YOUR_SUB_DOMAIN.auth0.com/.well-known/openid-configuration|\n|[Keycloak][keycloak]|https://YOUR_DOMAIN/auth/realms/YOUR_REALM_NAME/.well-known/openid-configuration|\n\nThis node extract and validate the access token from HTTP headers (`Authorization: Bearer XXX`).\n\nDecoded token (JWT) is stored into the message property: `msg.access_token`.\n\n[nodered]: https://nodered.org/\n[node-openid-client]: https://github.com/panva/node-openid-client\n[okta]: https://www.okta.com\n[auth0]: https://auth0.com\n[keycloak]: https://www.keycloak.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncarlier%2Fnode-red-contrib-auth-oidc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncarlier%2Fnode-red-contrib-auth-oidc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncarlier%2Fnode-red-contrib-auth-oidc/lists"}