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

https://github.com/alphasecio/oidc-playground

A lightweight OIDC playground with a mock Identity Provider and client UI to explore token generation, validation, and Google Cloud STS exchange.
https://github.com/alphasecio/oidc-playground

gcp google-cloud oidc oidc-client oidc-provider

Last synced: 8 months ago
JSON representation

A lightweight OIDC playground with a mock Identity Provider and client UI to explore token generation, validation, and Google Cloud STS exchange.

Awesome Lists containing this project

README

          

# 🧪 OIDC Playground

A lightweight playground for simulating OpenID Connect (OIDC) flows and testing [Workload Identity Federation](https://cloud.google.com/iam/docs/workload-identity-federation) in Google Cloud. Ideal for testing federated identity scenarios in local or serverless environments.

This repo includes:

- [`mock-oidc-idp`](./mock-oidc-idp): A minimal OIDC identity provider that issues signed tokens for testing purposes.
- [`gcp-oidc-client`](./gcp-oidc-client): A Streamlit-based client for exploring token issuance and exchange with Google Cloud STS.

> See each subdirectory for setup and usage instructions.