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
Endpoint should utilize the load functionality from B7.1 to generate a redirect to an OAuth2 provider, appending the client id/secret parameters to the URL, to start an authorization code grant.
The endpoint should also handle appending any other necessary information (eg. scope) to the URL for the OAuth2 provider. The redirect_uri is to be set to the endpoint created in B7.3.
The text was updated successfully, but these errors were encountered:
joshgarde
changed the title
B7.2 Create endpoint which redirects to OAuth2 provider
B7.2 Endpoint which redirects to OAuth2 provider
May 30, 2023
Endpoint should utilize the load functionality from B7.1 to generate a redirect to an OAuth2 provider, appending the client id/secret parameters to the URL, to start an authorization code grant.
Eg.
http://LETSMESH/authorize/discord
-(302)->https://discord.com/oauth2/authorize?response_type=code&client_id=123456&redirect_uri=http://LETSMESH/...
The endpoint should also handle appending any other necessary information (eg. scope) to the URL for the OAuth2 provider. The
redirect_uri
is to be set to the endpoint created in B7.3.The text was updated successfully, but these errors were encountered: