openid: configuration: split scopes and response types in own mods, to be used in ezidam later

This commit is contained in:
Philippe Loctaux 2023-03-13 23:31:00 +01:00
parent 3d065bbc22
commit a0c0c3fa8f
6 changed files with 46 additions and 13 deletions

View file

@ -8,3 +8,4 @@ thiserror = { workspace = true }
url = { workspace = true }
serde_json = { workspace = true }
openidconnect = { version = "3.0.0-alpha.1", default-features = false }
itertools = "0.10.5"