chore(agent_connect): update code to work with newer openid connect
remove AGENT_CONNECT_JWKS env key
This commit is contained in:
parent
b981b9a3ed
commit
a811a72ab2
3 changed files with 4 additions and 63 deletions
|
@ -13,8 +13,8 @@ class AgentConnectService
|
|||
|
||||
uri = client.authorization_uri(
|
||||
scope: [:openid, :email],
|
||||
state: state,
|
||||
nonce: nonce,
|
||||
state:,
|
||||
nonce:,
|
||||
acr_values: 'eidas1'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue