Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use client_secret : server side #1939

Open
krabouilleur opened this issue May 14, 2024 · 0 comments
Open

Use client_secret : server side #1939

krabouilleur opened this issue May 14, 2024 · 0 comments
Labels

Comments

@krabouilleur
Copy link

What Version of the library are you using?
17.0.0

Question
On my Angular website, I want to make authentication with gitlab auth module.
When I use the library, the lib use the /authorize (OK)
then I'm redirected to Gitlab where I have to authorize my application,
then I'm redirected to my website,
then the lib make the POST /token => but the /token must not be called directly by frontend but by bakcned (which will add the client_secret)

how tells the library to call the backend instead of gitlab ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant