mirror of https://github.com/dapr/docs.git
Update oauth.md
Fix a typo (figure -> configure) Signed-off-by: Stephen Clarke <sclarke81@users.noreply.github.com>
This commit is contained in:
parent
d70ef9db96
commit
1f44fa9d6b
|
@ -24,7 +24,7 @@ Different authorization servers provide different application registration exper
|
||||||
* [Slack](https://api.slack.com/docs/oauth)
|
* [Slack](https://api.slack.com/docs/oauth)
|
||||||
* [Twitter](http://apps.twitter.com/)
|
* [Twitter](http://apps.twitter.com/)
|
||||||
<!-- END_IGNORE -->
|
<!-- END_IGNORE -->
|
||||||
To figure the Dapr OAuth middleware, you'll need to collect the following information:
|
To configure the Dapr OAuth middleware, you'll need to collect the following information:
|
||||||
|
|
||||||
* Client ID (see [here](https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/))
|
* Client ID (see [here](https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/))
|
||||||
* Client secret (see [here](https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/))
|
* Client secret (see [here](https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/))
|
||||||
|
|
Loading…
Reference in New Issue