Does Chronograf work with Okta oauth?

Has anyone gotten Chronograf working with Okta for oauth? I’m currently using generic oauth settings, but I keep getting the following error message on Okta when I try to login:

current version of Chronograf: 1.4.0-1

On the Okta side, I created a Web OpenID connect app and used the following:
Allowed grant types: Authorization Code
login redirect URIs: http://35.x.x.x:8888/oauth/generic/callback

On Chronograf, I’m using the following:
chronograf --host “0.0.0.0” --generic-client-id=“okta client id” --generic-client-secret=“okta client secret” --generic-auth-url=“ht(t)ps://myoktadomain.okta.com/oauth2/v1/authorize” --generic-token-url=“https://myoktadomain.okta.com/oauth2/v1/token”