Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indigo-dc/liboidcagent-go

The liboidc-agent library for communicating with oidc-agent from go applications
https://github.com/indigo-dc/liboidcagent-go

access-token go golang oidc-agent oidc-token oidc-token-management openid openid-connect openidconnecnt

Last synced: about 2 months ago
JSON representation

The liboidc-agent library for communicating with oidc-agent from go applications

Awesome Lists containing this project

README

        

# liboidcagent
`liboidcagent` is a go library for requesting OpenID Connect access token
from [`oidc-agent`](https://github.com/indigo-dc/oidc-agent) from within go
applications.

Documentation can be found at
https://indigo-dc.gitbook.io/oidc-agent/api/api-go

## Tests
The testing the library requires a working oidc-agent setup:
```sh
oidc-add
export OIDC_AGENT_ACCOUNT=
export OIDC_AGENT_ISSUER=
go test -v
```