diff options
author | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
---|---|---|
committer | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
commit | f7a40b9e13d242968db83acaac13660224eb0143 (patch) | |
tree | d8f0cdf5d93cc1aebc83343aea6615bc2ee9bc55 /auth-server-poc/README.md | |
parent | 8baecf339e8061160bee519e87ffe837d1525c18 (diff) |
new direction
Diffstat (limited to 'auth-server-poc/README.md')
-rw-r--r-- | auth-server-poc/README.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/auth-server-poc/README.md b/auth-server-poc/README.md deleted file mode 100644 index 37029c3..0000000 --- a/auth-server-poc/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# auth-server-poc - -This is a modified version of [SUNET/auth-server-poc](https://github.com/SUNET/auth-server-poc). More detailed information is available in the original README at this URL. - -``` -Start container: -$ docker-compose up - -Generate JWT cert: -$ docker exec auth-server-poc /opt/auth-server-poc/gen-jwt-cert.sh - -Create user accounts: -(note that the -c flag is used to create the .htpasswd file and should only be used the first time) -$ docker exec auth-server-poc htpasswd -c /opt/auth-server-poc/userdb/.htpasswd indy -$ docker exec auth-server-poc htpasswd /opt/auth-server-poc/userdb/.htpasswd bob - -Get a token: -$ curl http://localhost:8000/api/v1.0/auth -X POST -p -u indy -``` |