From 169fa42bf77ed758459bec826fbdcfb27e440c16 Mon Sep 17 00:00:00 2001 From: Andrew <andrew.costa@nebraska.edu> Date: Thu, 8 May 2025 10:36:28 -0500 Subject: [PATCH] updated lstit door response types --- oidc/edu.unl.lstit-door.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oidc/edu.unl.lstit-door.xml b/oidc/edu.unl.lstit-door.xml index 392d7f8..db255f8 100644 --- a/oidc/edu.unl.lstit-door.xml +++ b/oidc/edu.unl.lstit-door.xml @@ -6,7 +6,7 @@ <md:Extensions> <oidcmd:OAuthRPExtensions grant_types="authorization_code" - response_types="code+id_token" + response_types="code id_token" token_endpoint_auth_method="client_secret_post" scopes="email openid" /> </md:Extensions> -- GitLab