Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 788 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 788 Bytes

Go OIDC Middleware examples

Introduction

To show how to use the middleware, a few examples has been created. If you want to run the examples according to their readmes, run all commands from the example directory.

Tools

PKCE-CLI

There's a CLI utility that makes it easy to use the different OpenID Providers (authorization servers) and get tokens to test with.

PKCE-CLI Readme

Providers

When starting the api for one of the providers, change [server] to one of: http, echo, gin or fiber

Azure AD

Azure AD Readme

Okta

Okta Readme

Auth0

Auth0 Readme

Cognito

Cognito Readme

OPTest

OPTest Readme