tiny-oidc-rp 0.1.0

Tiny OpenID Connect Relying Party
Documentation

tiny-oidc-rp: Tiny OpenID Connect Relying Party

crates.io

tiny-oidc-rp is Rust implementation of OpenID Connect relying party. This crate is intended for server-side implementation and it supports code flow only. I have no plan to support implicit flow nor WASM on web frontend.

Expected use:

  • To implement intranet web service authentication with Microsoft Azure ADFS.
  • To implement web site for small group authentication with Google ID.
  • etc.

Usage

See examples .