Populate end_session_endpoint (#16183)

This commit is contained in:
Javier Adriel
2022-12-06 18:56:37 -06:00
committed by GitHub
parent a30cfdd88f
commit 04ae9058ed
5 changed files with 6 additions and 3 deletions
+1
View File
@@ -231,6 +231,7 @@ func buildOpenIDConsoleConfig() consoleoauth2.OpenIDPCfg {
Userinfo: cfg.ClaimUserinfo,
RedirectCallbackDynamic: cfg.RedirectURIDynamic,
RedirectCallback: callback,
EndSessionEndpoint: cfg.DiscoveryDoc.EndSessionEndpoint,
RoleArn: cfg.GetRoleArn(),
}
}