mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
try silencing template data for dichotomies
This commit is contained in:
@@ -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{})
|
||||
|
||||
Reference in New Issue
Block a user