https://github.com/authgear/authgear-demo-saml-sp
A demo SAML service provider
https://github.com/authgear/authgear-demo-saml-sp
Last synced: 8 months ago
JSON representation
A demo SAML service provider
- Host: GitHub
- URL: https://github.com/authgear/authgear-demo-saml-sp
- Owner: authgear
- Created: 2024-08-22T09:49:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T06:50:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T08:20:50.986Z (over 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authgear Demo SAML SP
## Development
This project uses pipenv to manage packages.
https://github.com/pypa/pipenv
```sh
cd ./demo-flask
pipenv install
```
Start the server
```sh
# In ./demo-flask
make start
```
## Deploying to Pandawork
```sh
make -C demo-flask push-image
make -C deploy deploy
```