Skip to content

Commit

Permalink
(#294) oidc discovery for k4 service accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmccune committed Feb 13, 2024
1 parent 2d4ba6c commit e381423
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/clusters/k4/.well-known/openid-configuration
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"issuer": "https://openinfrastructure.co/clusters/k4",
"jwks_uri": "https://openinfrastructure.co/clusters/k4/openid/v1/jwks",
"response_types_supported": [
"id_token"
],
"subject_types_supported": [
"public"
],
"id_token_signing_alg_values_supported": [
"ES256"
]
}
13 changes: 13 additions & 0 deletions static/clusters/k4/openid/v1/jwks
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"keys": [
{
"use": "sig",
"kty": "EC",
"kid": "bEahoN_O8pD4ToFeDC3TZeOseUXJYN0e9FdR-ftaJXU",
"crv": "P-256",
"alg": "ES256",
"x": "0_QUojrYRzgIjfYybK1nkNJCB1eRD5VLtytDaUhOaWg",
"y": "pRwtUcZDHLDASCiGMLm0hK6sIeZ0Ys5fGKd7llZnNiI"
}
]
}

0 comments on commit e381423

Please sign in to comment.