diff options
| author | mo khan <mo@mokhan.ca> | 2022-04-13 17:36:50 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-04-13 17:36:50 -0600 |
| commit | bae3c6832786a6ff18de742abe8ab3137e9b32f7 (patch) | |
| tree | 12138104abc5a415731d7ef9058413cc0c1d50a1 | |
| parent | db78ff5823695b0a02742bcce32a0842c76b5e25 (diff) | |
add script to test .well-known/openid-configuration
| -rwxr-xr-x | src/oidc/bin/00_metadata | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/oidc/bin/00_metadata b/src/oidc/bin/00_metadata new file mode 100755 index 0000000..06ad71a --- /dev/null +++ b/src/oidc/bin/00_metadata @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e +cd "$(dirname "$0")/.." + +curl -s "http://localhost:8282/.well-known/openid-configuration" |
