okta / samples-golang

samples-golang
https://github.com/okta/samples-golang
Apache License 2.0
78 stars 35 forks source link

The okta identiy engine example is breaking with new version of widget #123

Open RaySheikh opened 1 year ago

RaySheikh commented 1 year ago

Hi, the okta example below started breaking when using widget version 6.8 or higher with the following error: Nonce was not able to be validated. Even when I set a custom Nonce value or null/emptystring, the error does not go away.

https://github.com/okta/samples-golang/tree/master/identity-engine/embedded-sign-in-widget

I would like to use the lastest version of the widget and i'm not able to upgrade due to this issue. Can you please update the sample in the link above to work with latest version of the widget. Thank you