xoauth icon indicating copy to clipboard operation
xoauth copied to clipboard

A CLI tool for obtaining JWTs from OpenId Connect providers

Results 21 xoauth issues
Sort by recently updated
recently updated
newest added

These are the saved settings: ``` Authority: "https://identity.xero.com" Client id: "" Grant type: "authorization_code" Scopes: "openid, offline_access, accounting.transactions, accounting.contacts" ``` When I run xoath connect, the command line shows this...

Upon creating a connection with grant type `client_credentials` I am unable to connect to it and I get the following output in the console: ```bash Requesting OIDC metadata from https://identity.xero.com/.well-known/openid-configuration...

Hello! How may I pass arguments to the tool programmatically? Is it possible? I would like to automate it for my use case. I am looking for something such as...

While version 1.0 didn't allow saving to the local keychain in windows, which appears to be fixed in 1.1, however while it's nice that they are actually saved now it...

When I try to delete a client I get: ``` ./xoauth delete dummy ? Are you sure you want to delete this connection? Yes panic: secret not found in keyring...

When I run a forced refresh things don't seem to work as expected. So I connect to an app it goes as expected, the grant completes fine. When I run...

I've successfully built for m1 chip