obtain auth token curl -d "username=999999@zjtlcb.com&password=1234567" http://192.168.137.2:8000/api2/auth-token/ [root@node01 ~]# curl -d "username=99999@zjtlcb.com&password=1234567" http://192.168.137.1:8000/api2/auth-token/ {"token": "0ac9e8585ef6ae51eb62c785d10a6c5102de3ff7...
I am running into the following error when attempting to authenticate to backstage using the Gitlab Auth Provider This is my app-config: image: debug: true tag: 1.14.0 appConfig: app: title: BDSF baseUrl: https://backstage.bigbang.dev organization: name: BDSF backend: auth: keys: - secr...
I need to obtain the user token within a route handler. It's useful to me, since i can use it to proxy call to other servers using the user's authentication token. I checked the code and I've notice it's not stored anywhere. So, I ended up creating a onPostAuth listener that ca...
I’m not sure if I’m missing anything, but whenever I try to check my connection through auth0 dashboard only, it gives me following error: { "error": "invalid_request", "error_description": "failed to obtain access token" } Please suggest me if I’m making any mistake. Thanks sid...
In the code,I will open the url(http://localhost/login),input my username and password and click the login button,after login success,I will use the code from the params of callback url to call url(https://liberty-peter.auth0.com/oauth/token) to obtain the access_...