Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/indigo-dc/liboidcagent-go
- Owner: indigo-dc
- License: mit
- Created: 2019-03-15T07:31:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T23:03:14.000Z (about 1 year ago)
- Last Synced: 2024-08-25T00:38:10.140Z (4 months ago)
- Topics: access-token, go, golang, oidc-agent, oidc-token, oidc-token-management, openid, openid-connect, openidconnecnt
- Language: Go
- Size: 35.2 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```