Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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,做后端代理

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";
```