fixes for token endpoint
This commit is contained in:
parent
20a90c71d9
commit
a21f6745f7
12 changed files with 192 additions and 146 deletions
|
@ -38,7 +38,7 @@ func main() {
|
|||
// cookieHandler := utils.NewCookieHandler(hashKey, nil, utils.WithUnsecure())
|
||||
provider, err := rp.NewDefaultRP(rpConfig) //, rp.WithCookieHandler(cookieHandler))
|
||||
if err != nil {
|
||||
logrus.Panic("error creating provider")
|
||||
logrus.Panicf("error creating provider %s", err.Error())
|
||||
}
|
||||
|
||||
// state := "foobar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue