tiny-oidc-rp

Crates.iotiny-oidc-rp
lib.rstiny-oidc-rp
version0.1.1
sourcesrc
created_at2022-01-01 13:38:45.516642
updated_at2022-01-05 16:49:18.061248
descriptionTiny OpenID Connect Relying Party
homepage
repositoryhttps://github.com/hanabu/tiny-oidc-rp
max_upload_size
id506159
size67,103
(hanabu)

documentation

README

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 .

Commit count: 22

cargo fmt