
Shashankp.06976 (Customer) asked a question.
in my application ,
LOGIN
Login redirect URIs :http://localhost:3000/users/callback & http://localhost:3000/
Logout redirect URIs http://localhost:3000/
and in app.js,
onst oidc = new ExpressOIDC({
issuer: "https://dev-hidden.okta.com/oauth2/default",
client_id: "hidden",
client_secret: "hidden",
appBaseUrl: "http://localhost:3000",
redirect_uri: 'http://localhost:3000/users/callback',
scope: "openid profile",
routes: {
login: {
path: "/users/login"
},
callback: {
path: "/users/callback",
defaultRedirect: "/dashboard"
....................
as u can see redirect uri= logi redirect uri , still im getting the error

Andreea from Okta Support here, thank you for reaching out to us! I suggest opening a ticket with Support so we can get a better understanding of this issue.