client-credentials-flow
There are 23 repositories under client-credentials-flow topic.
jasonraimondi/ts-oauth2-server
A full featured, secure, standards compliant implementation of an OAuth 2.0 authorization server for Nodejs that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.
damienbod/MicrosoftEntraIDAuthMicrosoftIdentityWeb
Microsoft Entra ID (Azure AD) flows using ASP.NET Core and Microsoft.Identity.Web
guillp/requests_oauth2client
An OAuth 2.0 client library for Python, with requests integration
oktadev/okta-spring-boot-client-credentials-example
Client Credentials Flow with Spring Security
evarga/distributed-testing
This is a teaching material aimed to demonstrate the peculiarities of testing distributed systems.
wozjac/samples-oauth-cc-abap
[Sample] OAuth Client Credentials flow in ABAP (on-premise)
mjarosie/SaturnWithIdentityServerClientCredentials
A demo of securing an API written in Saturn Framework with Client Credentials Flow and IdentityServer4
novotnyr/bank-oidc-client-credentials
OAuth 2.0 Client Credentials Flow
banerjee-ronitb/newsfeed-service
User Newsfeed Microservice for a Social N/w App Demonstration.
flower-of-the-bridges/client-credentials-js
Client Credentials OAuth 2.0 flow written in plain Javascript.
heena11jain/Samle.API.Security.DB
using OAuth2- storing config data in DB with grant flow - client credentials
nok1214/Spotify-application
This application integrates with the Spotify API to search and retrieve music information.
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
putquo/okta-key-vault-client-assertion
Demonstrates using Azure Key Vault to sign a client assertion for retrieving an access token from Okta via the client credentials flow
antoniocaccamo/labs-apim
lab for azure api management
curityio/elixir-client-demo
A simple Elixir client demo app
egomobile/node-oauth2-client
Creates and setups pre-configured axios clients, using OAuth 2.0 workflow(s).
karlnicholas/jwtresourceclientservlet
Client that uses OAuth client_credentials flow to get a JWT and use it for permissions to call REST endpoint.
nononsensecode/client-credential-flow-with-signed-jwt
This repository is a demonstration of oauth 2.0 client credential flow using signed JWT
nononsensecode/client-credentials-flow-client
This repository is a demonstration of Open Auth 2.0 client credential flow
paro87/MercedesApp-using-Spring-Security
Implementation Authorization Code and Client Credentials Flows
wozjac/samples-oauth-cc-backend
[Sample] OAuth protected backend