+1
-1
who-am-i/src/oauth.rs
+1
-1
who-am-i/src/oauth.rs
···
139
139
token_endpoint_auth_method: AuthMethod::PrivateKeyJwt,
140
140
grant_types: vec![GrantType::AuthorizationCode, GrantType::RefreshToken],
141
141
scopes: READONLY_SCOPE.to_vec(),
142
-
jwks_uri: Some(format!("{base}/.well-known/at-jwks.json")),
142
+
jwks_uri: Some(format!("{base}/.well-known/jwks.json")),
143
143
token_endpoint_auth_signing_alg: Some(String::from("ES256")),
144
144
},
145
145
keys: Some(vec![key]),