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

Add authorization endpoint to #47

Open
EvilLord666 opened this issue Oct 19, 2023 · 0 comments
Open

Add authorization endpoint to #47

EvilLord666 opened this issue Oct 19, 2023 · 0 comments

Comments

@EvilLord666
Copy link
Member

According to Authrorization Flow we should implement keycloak like Authorization Endpoint

~/auth/realms/{{realm}}/protocol/openid-connect/auth?response_type=code&client_id=jwtClient

Moreover, this endpoint accepts scope and redirect_uri as optional parameters.

We won’t use this endpoint in Postman. Instead, we usually initiate the authorization code flow via a browser. Then Ferrum redirects the user to a login page if no active login cookie is available. Finally, the authorization code is delivered to the redirect URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant