undo example testing changes

This commit is contained in:
Tim Möhlmann 2023-08-18 17:39:03 +02:00
parent 508f6d719c
commit ee72eb00c7
3 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ func main() {
//we will run on :9998
port := "9998"
//which gives us the issuer: http://localhost:9998/
issuer := fmt.Sprintf("http://localhost:%s/oidc/", port)
issuer := fmt.Sprintf("http://localhost:%s/", port)
// the OpenIDProvider interface needs a Storage interface handling various checks and state manipulations
// this might be the layer for accessing your database