You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error from hello.getAuthResponse('myoauth')
{
"error": {
"code": "invalid_credentials",
"message": "The client_id \"XTK0Rh21JO7UTpKhF9bivvzeY2l4JWV7JzantO16\" is unknown. Register your app credentials by visiting https//auth-server.herokuapp.com"
},
"error_message": "The client_id \"XTK0Rh21JO7UTpKhF9bivvzeY2l4JWV7JzantO16\" is unknown. Register your app credentials by visiting https//auth-server.herokuapp.com",
"state": "",
"client_id": "XTK0Rh21JO7UTpKhF9bivvzeY2l4JWV7JzantO16",
"network": "myoauth",
"display": "page",
"redirect_uri": "http://localhost:9000/customer",
"scope": "profile,openid,email",
"page_uri": "http://localhost:9000/",
"oauth": {
"version": 2,
"auth": "http://192.168.xxx.xx/application/o/authorize/",
"grant": "http://192.168.xxx.xx/application/o/token/"
},
"oauth_proxy": "https://auth-server.herokuapp.com/proxy"
}
the clientId XTK0Rh21JO7UTpKhF9bivvzeY2l4JWV7JzantO16, I get it from my authentik server not from https//auth-server.herokuapp.com. Is that the cause of my problem?
The text was updated successfully, but these errors were encountered:
I tried to apply hellojs to use with my authentik server (https://goauthentik.io/docs/providers/oauth2/)
But when I tried to init and get authResponse. It seems something is not correct.
I got an error from
hello.getAuthResponse('myoauth')
the clientId
XTK0Rh21JO7UTpKhF9bivvzeY2l4JWV7JzantO16
, I get it from my authentik server not fromhttps//auth-server.herokuapp.com
. Is that the cause of my problem?The text was updated successfully, but these errors were encountered: