Further openid work

This commit is contained in:
bluepython508
2023-11-11 23:57:09 +00:00
parent 4107d37106
commit aaff151be7
8 changed files with 39 additions and 14 deletions

View File

@@ -36,7 +36,8 @@ defmodule SsoBsn.Interactive do
"client_secret_post",
"client_secret_jwt",
"private_key_jwt"
]
],
id_token_signature_alg: "RS256"
}
|> Map.merge(opts |> Enum.into(%{}))
)