Skip to main content

All Questions

1 vote
0 answers
1k views

Authenik CORS-Error, when retrieving token

I have installed Authenik 2022.10.1 behind an Nginx Proxy Manager. My Authenik-instance is accessible via the domain auth.<mydomain.tld> On the server where Authenik is running, I setup an LDAP-...
LinuxSquare's user avatar
0 votes
1 answer
314 views

Freshdesk Oauth SSO: CORS Error on Accessing Freshdesk Redirect URI?

I'm setting up OAuth SSO for Freshdesk. I want the user of my app to be able to login to my Freshdesk support site, without having to create a new username/password. So far the following steps work: ...
VikR's user avatar
  • 5,000
1 vote
0 answers
69 views

How do I follow an oath 1.0 redirect with Node?

I'm using this API: https://github.com/JohnDeere/MyJohnDeereAPI-OAuth-NodeJS-Client and I can't follow the redirect on the back-end. When I visit localhost:3000/oauth from the browser, the /callback ...
Brendan Carr's user avatar
4 votes
2 answers
1k views

Is it possible to implement Oauth 2.0 without javascript?

On my e commerce site I offer my users openid login. All major providers, except facebook offered an openid endpoint this. Facebook only offered oauth 2.0. For that exception I set up an openid ...
The Surrican's user avatar
  • 29.6k
5 votes
2 answers
1k views

How to use single sign on for dropbox?

I am connecting my JavaScript app to my dropbox to upload / download files. As part of oauth process, I have to redirect the user to dropbox API page that presents a permission Allow / Deny dialog. Is ...
Nadeem Ullah's user avatar