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
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.
The text was updated successfully, but these errors were encountered:
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
andredirect_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.The text was updated successfully, but these errors were encountered: