chore(agent_connect): update code to work with newer openid connect

remove AGENT_CONNECT_JWKS env key
This commit is contained in:
simon lehericey 2023-12-11 12:08:58 +01:00
parent b981b9a3ed
commit a811a72ab2
3 changed files with 4 additions and 63 deletions

View file

@ -13,8 +13,8 @@ class AgentConnectService
uri = client.authorization_uri(
scope: [:openid, :email],
state: state,
nonce: nonce,
state:,
nonce:,
acr_values: 'eidas1'
)