mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-11 07:11:00 +00:00
try silencing template data for dichotomies
This commit is contained in:
parent
a32bb66e47
commit
76dfcb00e4
@ -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…
Reference in New Issue
Block a user