mirror of https://github.com/dapr/docs.git
Merge branch 'v1.6' into feature/new_quickstarts
This commit is contained in:
commit
b878c6b2fc
|
@ -15,7 +15,7 @@ The main difference between the two flows is that the `Authorization Code Grant
|
||||||
## Register your application with a authorization server
|
## Register your application with a authorization server
|
||||||
|
|
||||||
Different authorization servers provide different application registration experiences. Here are some samples:
|
Different authorization servers provide different application registration experiences. Here are some samples:
|
||||||
|
<!-- IGNORE_LINKS -->
|
||||||
* [Azure AAD](https://docs.microsoft.com/azure/active-directory/develop/v1-protocols-oauth-code)
|
* [Azure AAD](https://docs.microsoft.com/azure/active-directory/develop/v1-protocols-oauth-code)
|
||||||
* [Facebook](https://developers.facebook.com/apps)
|
* [Facebook](https://developers.facebook.com/apps)
|
||||||
* [Fitbit](https://dev.fitbit.com/build/reference/web-api/oauth2/)
|
* [Fitbit](https://dev.fitbit.com/build/reference/web-api/oauth2/)
|
||||||
|
@ -23,7 +23,7 @@ Different authorization servers provide different application registration exper
|
||||||
* [Google APIs](https://console.developers.google.com/apis/credentials/consen)
|
* [Google APIs](https://console.developers.google.com/apis/credentials/consen)
|
||||||
* [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 -->
|
||||||
To figure the Dapr OAuth middleware, you'll need to collect the following information:
|
To figure 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/))
|
||||||
|
|
|
@ -92,7 +92,7 @@ You can then interact with the server using the client port: `localhost:4222`.
|
||||||
{{% /codetab %}}
|
{{% /codetab %}}
|
||||||
|
|
||||||
{{% codetab %}}
|
{{% codetab %}}
|
||||||
Install NATS on Kubernetes by using the [kubectl](https://docs.nats.io/running-a-nats-service/introduction/running/nats-kubernetes/minimal-setup#minimal-nats-setup):
|
Install NATS on Kubernetes by using the [kubectl](https://docs.nats.io/running-a-nats-service/introduction/running/nats-kubernetes/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Single server NATS
|
# Single server NATS
|
||||||
|
|
Loading…
Reference in New Issue