try silencing template data for dichotomies

pull/1671/head
beltram 1 year ago committed by Herman Slatman
parent a32bb66e47
commit 76dfcb00e4
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -216,11 +216,11 @@ func (o *Order) Finalize(ctx context.Context, db DB, csr *x509.CertificateReques
data.Set("dpop", dpop)*/
// inject the raw access token as template variable
access, ok := ctx.Value("access").(map[string]interface{})
/*access, ok := ctx.Value("access").(map[string]interface{})
if !ok {
return WrapErrorISE(err, "Invalid or absent access in context")
}
data.Set("access", access)
data.Set("access", access)*/
/*// inject the raw OIDC id token as template variable
oidc, ok := ctx.Value("oidc").(map[string]interface{})

Loading…
Cancel
Save