-
Notifications
You must be signed in to change notification settings - Fork 14
Document other endpoints #2945
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@synedra - would you be able to help with any more input on this one based on the below? I think we might need source code access to do this one properly, but let me know if you have more inputs and we can make an attempt. Questions
Requests in this issue and problems:
|
@mark-robustelli Please see the above and advise @sixhobbits. It is possible that this is outside the scope of their ability, because they might need codebase access. If that is the case, please close this and let's move it back internal. |
@synedra , I can see @sixhobbits point of view. Are you OK closing this? Maybe opening another issue for the call back documentation? |
This was originally opened by @mooreds - let's give him a moment to weigh in on this as well. Since I'm working on more front-loaded things I can't get to this for a while myself, but let's see if we can address the issues themselves. |
@mooreds , I don't think we want to duplicate documentation so it sounds like the only thing left is to update the Document /oauth2/callback, does that sound about right? |
We have good documentation about the OAuth endpoints, including the request and the response.
https://fusionauth.io/docs/lifecycle/authenticate-users/oauth/endpoints
We should document our other relevant endpoints using the same format on pages with the path/title of 'endpoints', including the purpose of the endpoint, the request parameters and the response.
They should be added under the appropriate documentation category.
Here are endpoints we should document:
Under https://fusionauth.io/docs/lifecycle/manage-users/account-management/
the account endpoint
Note that this is a feature only available with a paid edition, so we should use the correct blurb.
Under https://fusionauth.io/docs/lifecycle/register-users/
the registration endpoint
Under https://fusionauth.io/docs/lifecycle/authenticate-users/saml
the SAML ACS and other endpoints
You'll want to break out https://fusionauth.io/docs/lifecycle/authenticate-users/saml#endpoints
Under OAuth
the OAuth2 callback (/oauth2/callback)
This is the callback if FusionAuth is a client (so if you are federating from one FusionAuth instance to another, this would be the redirect URL. See https://fusionauth.io/community/forum/topic/826/can-fusionauth-federate-to-itself/4 for more.)
The text was updated successfully, but these errors were encountered: