client-credentials-grant
There are 19 repositories under client-credentials-grant topic.
node-oauth/node-oauth2-server
🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.
andifalk/authorizationserver
Spring Boot OAuth 2.0 & OpenID Connect Identity Provider / Authorization Server
node-oauth/express-oauth-server
🔒 Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
athiththan11/OAuth-2-Grant-Types
OAuth (Open Authorization) 2 Framework Grant Types
node-oauth/node-oauth2-server-examples
Various examples of using node-oauth2-server. 🧙♂️
surfkansas/oauth2-client-credentials-api-sidecar
A sidecar proxy that manages OAuth2 Client Credentials on outbound calls to other APIs
TALXIS/token-proxy
Token Proxy allows the use of client_credentials grant in Logic Apps/Power Automate connectors via Basic Authentication headers and proxying the request to target.
ankushjain358/OAuth2.ClientCredentials
Utility to retrieve access token from OAuth2.0 Server or Security Token Service (STS) using Client Credentials grant type.
kg0r0/twitter-client-credentials
:baby_chick: Sample code for the Twitter OAuth2.0 Client Credentials Grant
sangeethnandakumar/Express-Authentication-Template
This repository holds an example template structure for securing ASP.NET WebApi's with Identity Server 4
diligentsoft/api-auth-proxy
API authentication proxy, able to handle both the client and server side concerns of the OAuth Client Credentials flow by operating in forward and reverse proxy modes.
pagidas/oauth2-client-credentials-flow-auth0
A demo on how to secure an HTTP api for machine-to-machine (M2M) authorization.
pulunomoe/puluauth
Super simple, client credentials grant only OAuth2 server
dineschandgr/spring_security_OAuth2_Okta
spring security OAuth2 using Okta Authorization server and 2 Spring boot Resource servers and 1 Spring boot client
egomobile/node-oauth2-client
Creates and setups pre-configured axios clients, using OAuth 2.0 workflow(s).
mdodovic/OAuth2.0
This project provides a simple OAuth2 authorization and resource server setup using Flask and Authlib, demonstrating secure client-to-client communication via the Client Credentials flow.