openid-connect-debugger

command module
v0.0.0-...-4975d13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2024 License: MIT Imports: 8 Imported by: 0

README

OpenID Connect Debugger

A simple Debugger for OpenID Connect IdPs.

Why

You ever needed to quickly check if the IdP works? What the user endpoint returns? Get the token?
Then this is a simple command line utility for that use case.

There are some online tools for that but they either need a server or use cors. This tool is a simple go binary that just runs on your computer.

Usage

Run the binary. It will show the help. It will work something like that:

openidcheck -clientid test -endpoint https://idp.example.com -secret 1234 -verbosity 3

It will automatically use the well-known definition of the server.

Usage with Keycloak

For Keycloak you might need to specify the realm. Use it something like:

openidcheck -clientid test -endpoint https://idp.example.com/realms/yourRealm -secret 1234 -verbosity 3

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL