mirror of https://github.com/dapr/docs.git
Merge pull request #2030 from greenie-msft/ignore_oauth_links
Wrap oauth links in ignore comment
This commit is contained in:
commit
4f6518fe7c
|
@ -34,12 +34,14 @@ To figure the Dapr OAuth middleware, you'll need to collect the following inform
|
|||
|
||||
Authorization/Token URLs of some of the popular authorization servers:
|
||||
|
||||
<!-- IGNORE_LINKS -->
|
||||
| Server | Authorization URL | Token URL |
|
||||
|---------|-------------------|-----------|
|
||||
|Azure AAD|<https://login.microsoftonline.com/{tenant}/oauth2/authorize>|<https://login.microsoftonline.com/{tenant}/oauth2/token>|
|
||||
|GitHub|<https://github.com/login/oauth/authorize>|<https://github.com/login/oauth/access_token>|
|
||||
|Google|<https://accounts.google.com/o/oauth2/v2/auth>|<https://accounts.google.com/o/oauth2/token> <https://www.googleapis.com/oauth2/v4/token>|
|
||||
|Twitter|<https://api.twitter.com/oauth/authorize>|<https://api.twitter.com/oauth2/token>|
|
||||
<!-- END_IGNORE -->
|
||||
|
||||
## Define the middleware component definition
|
||||
|
||||
|
|
Loading…
Reference in New Issue