Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Update auth-providers.md (#2378)
Browse files Browse the repository at this point in the history
fix url
  • Loading branch information
easychen committed Dec 22, 2020
1 parent 5ecd7d8 commit 379c945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/auth-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ These are the steps taken when the Directus App attempts to log a user in using
4. Provider redirects back to the API
5. The API checks the authentication
6. The API redirects back to the application using the referral domain from the initial step 1 request. The API adds the data to the query string. If it's an error, it's going to be in the `?error` parameter, if it's successful it will add the Request Token in the `token` parameter.
7. The client will need to use the Request Token from Step 6 to make a `POST` request to the API to `/auth/access_token` with a `request_token` as a required param to fetch the Access Token.
7. The client will need to use the Request Token from Step 6 to make a `POST` request to the API to `/auth/sso/access_token` with a `request_token` as a required param to fetch the Access Token.

0 comments on commit 379c945

Please sign in to comment.