From f09cfabfdfa5fbc9ea2f6dba3099dae17ea34291 Mon Sep 17 00:00:00 2001 From: Kent Daleng Date: Tue, 17 Aug 2021 15:53:48 +0200 Subject: [PATCH] add some info about what this app does --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3052c54..05c2ace 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,15 @@ ![anyway here's wonderwall](https://i.imgur.com/NhRLEej.png) +`wonderwall` is an application that implements OpenID Connect in a way that makes it easy to plug into Kubernetes as a sidecar. +As such, this is OIDC as a sidecar, or OaaS, or to explain the joke: Oasis - Wonderwall + +Currently, the scope is to implement [ID-porten's preferred setup](https://docs.digdir.no/oidc_guide_idporten.html), + +- user logins +- token exchange +- session handling +- front-channel logouts +- ... probably some other stuff + +once the user has a nice and valid token, `wonderwall` can redirect to the main container in the Kubernetes Pod, and the fun can commence.