mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat: add external url for casdoor #603
This commit is contained in:
parent
6f9046485b
commit
835349c33f
5 changed files with 27 additions and 10 deletions
|
@ -9,6 +9,13 @@ By integrating Casdoor, Nginx UI can leverage these features to improve security
|
|||
|
||||
This is the Endpoint of the Casdoor server. You need to make sure that Nginx UI can access this URL.
|
||||
|
||||
## ExternalUrl
|
||||
- Type: `string`
|
||||
- Version: `>= v2.0.0-beta.42`
|
||||
|
||||
This is the external URL of the Casdoor server. It is used to generate the redirect URI.
|
||||
If this option is not configured, the Endpoint will be used as the base URL for the redirect URI.
|
||||
|
||||
## ClientId
|
||||
- Type: `string`
|
||||
|
||||
|
|
|
@ -8,6 +8,12 @@ Casdoor 是一个强大的、全面的身份认证解决方案,支持 OAuth 2.
|
|||
|
||||
这是 Casdoor 服务器的 URL。您需要确保 Nginx UI 可以访问此 URL。
|
||||
|
||||
## ExternalUrl
|
||||
- 类型:`string`
|
||||
- 版本: `>= v2.0.0-beta.42`
|
||||
|
||||
这是 Casdoor 服务器的外部 URL。它用于生成重定向 URI,在不配置次选项的情况下,将使用 Endpoint 作为重定向 URI 的基本 URL。
|
||||
|
||||
## ClientId
|
||||
- 类型:`string`
|
||||
|
||||
|
|
|
@ -8,6 +8,12 @@ Casdoor 是一個強大的、全面的身份認證解決方案,支持 OAuth 2.
|
|||
|
||||
這是 Casdoor 服務器的 URL。您需要確保 Nginx UI 可以訪問此 URL。
|
||||
|
||||
## ExternalUrl
|
||||
- 種類:`string`
|
||||
- 版本: `>= v2.0.0-beta.42`
|
||||
|
||||
這是 Casdoor 伺服器的外部 URL。它用於生成重定向 URI,在未配置此選項的情況下,將使用 Endpoint 作為重定向 URI 的基本 URL。
|
||||
|
||||
## ClientId
|
||||
- 類型:`string`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue