Skip to content

Commit

Permalink
adding openid-configuration discovery endpoint and issuer public key …
Browse files Browse the repository at this point in the history
…for pelican (#40)
  • Loading branch information
seanshahkarami committed Apr 5, 2024
1 parent 252ddd4 commit 8072a5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/.well-known/jwks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"keys": [
{
"alg": "ES256",
"crv": "P-256",
"kid": "3cfa",
"kty": "EC",
"use": "sig",
"x": "-QKhuhCu5U2Q8vgace0trtAtrNFW3Jt8dZoyX4HAkvc=",
"y": "vYtQT1B-cH_QG-K4Bgl16V8WkhOkKle4WWASzZ5N104="
}
]
}
4 changes: 4 additions & 0 deletions static/.well-known/openid-configuration
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"issuer": "https://sagecontinuum.org",
"jwks_uri": "https://sagecontinuum.org/.well-known/jwks.json"
}

0 comments on commit 8072a5c

Please sign in to comment.