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

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

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