Skip to content

Commit

Permalink
fix: wrong directory structure (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking authored Aug 22, 2022
1 parent 77eccd1 commit a49b590
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/integration/elk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Overview of casdoor/elk-auth-casdoor
keywords: [ELK]
---

### Overview of casdoor/elk-auth-casdoor
## Overview of casdoor/elk-auth-casdoor
One of the biggest dificiency of ELK (Elasticsearch, Logstash and Kibana) is that originally, these products have no authentication mechanism, so that everyone can visit the kibana dashboard as long as he have the url of kibana, or ES urls. Later ELK integrated an embedded authentication system "Xpack", whose all advanced functions **are not free** (eg. Oauth, OIDC, LDAP, SAML), and only plain authentication (setting a set of accounts and passwords) is free of charge, which is quite incovenient. We cannot just provide a unique account for everyone in a corporation.


Expand All @@ -14,7 +14,7 @@ If this user hasn't been correctly authenticated, request will be temporarly cac

Location of casdoor/elk-auth-casdoor repository <https://github.com/casdoor/elk-auth-casdoor>

### How to run it?
## How to run it?

0. have golang environment installed

Expand Down
2 changes: 1 addition & 1 deletion docs/provider/oauth/DingTalk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Add DingTalk OAuth provider to your application
keywords: [DingTalk, OAuth]
---

### DingTalk:heavy_check_mark:
## DingTalk:heavy_check_mark:

Visit [DingTalk developer platform](https://open-dev.dingtalk.com/?spm=ding_open_doc.document.0.0.140a645fxfAUAE#/loginMan) and log in using your DingTalk account, after enter the platform, follow the instructions of the platform and you will get your Client Id and Client Secret.

Expand Down
2 changes: 1 addition & 1 deletion docs/provider/oauth/Steam.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Add Steam OAuth provider to your application
keywords: [Steam, OAuth]
---

### Steam:heavy_check_mark:
## Steam:heavy_check_mark:

Visit [Steam WebAPI platform](https://steamcommunity.com/dev/revokekey) and log in using your Steam account, then apply for an API Key for your casdoor domain or ip, and finally fill in your API Key as Client Secret into Casdoor. (ClientID does not need to be filled, and your steam account needs to have games to apply for the API)

Expand Down
2 changes: 1 addition & 1 deletion docs/provider/oauth/Tencent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Add Tencent QQ OAuth provider to your application
keywords: [Tencent QQ, OAuth]
---

### Tencent QQ:heavy_check_mark:
## Tencent QQ:heavy_check_mark:

Visit authentication platform of QQ - [Connect QQ](https://connect.qq.com/manage.html#/).

Expand Down
2 changes: 1 addition & 1 deletion docs/provider/oauth/Twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Add Twitter OAuth provider to your application
keywords: [Twitter, OAuth]
---

### Twitter(still working🚧)
## Twitter(still working🚧)

> Twitter’s application steps are somewhat troublesome, and the official restrictions are a bit strict, so it may be more difficult to apply for a developer account than other third-party platforms.
Expand Down
2 changes: 1 addition & 1 deletion docs/provider/oauth/Wechat.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Add Wechat OAuth provider to your application
keywords: [Wechat, OAuth]
---

### WeChat:heavy_check_mark:
## WeChat:heavy_check_mark:

Visit [WeChat developer platform](https://open.weixin.qq.com/), register as a developer, after your web application or your mobile application is approved, then you get you App Id and App Secret.

Expand Down
2 changes: 1 addition & 1 deletion docs/provider/oauth/Weibo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Add Weibo OAuth provider to your application
keywords: [Weibo, OAuth]
---

### Weibo:heavy_check_mark:
## Weibo:heavy_check_mark:

Weibo's developer account application is not difficult, but the speed is relatively slow, it takes about 2-3 days.

Expand Down

0 comments on commit a49b590

Please sign in to comment.