Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbigy/cas-http-proxy
认证CAS,做后端代理
https://github.com/bigbigy/cas-http-proxy
cas http-proxy sso sso-authentication sso-client sso-login
Last synced: about 1 month ago
JSON representation
认证CAS,做后端代理
- Host: GitHub
- URL: https://github.com/bigbigy/cas-http-proxy
- Owner: BigbigY
- Created: 2019-05-30T03:00:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T03:53:24.000Z (over 5 years ago)
- Last Synced: 2024-11-05T13:52:41.984Z (3 months ago)
- Topics: cas, http-proxy, sso, sso-authentication, sso-client, sso-login
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cas http proxy
# BUILD
```
GOOS=linux GOARCH=amd64 go build .
```# RUN
```
./cas-http-proxy -cas-url="https://cas.example.com/cas" -auth-file="./AuthUser.db" -app-addr="IPADDR:5601" -service-addr=":8080"
```# NGINX PROXY TO CAS PROXY
```
proxy_set_header Host "cas-proxy.example.com";
```