summaryrefslogtreecommitdiff
path: root/internal/handlers/const.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2023-12-25 07:05:40 +1100
committerGitHub <noreply@github.com>2023-12-25 07:05:40 +1100
commit0d0fda8ac5adb0b0433820a63896a1c1406826a9 (patch)
tree6dbb2d6dd0f1653d7215bbe32cdc70640d25683b /internal/handlers/const.go
parent1d9031a743551d9fdcc2ce5d4aef4b505db43ba2 (diff)
fix(oidc): par context redirect (#6450)
This fixes an issue where the PAR context redirect contained more parameters than required. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/handlers/const.go')
-rw-r--r--internal/handlers/const.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go
index 6560cbc93..445585262 100644
--- a/internal/handlers/const.go
+++ b/internal/handlers/const.go
@@ -120,7 +120,6 @@ const (
logFmtErrConsentCantGrantRejected = logFmtErrConsentWithIDCouldNotBeProcessed + "the user explicitly rejected this consent session"
logFmtErrConsentSaveSessionResponse = logFmtErrConsentWithIDCouldNotBeProcessed + "error occurred saving consent session response: %+v"
logFmtErrConsentSaveSession = logFmtErrConsentWithIDCouldNotBeProcessed + "error occurred saving consent session: %+v"
- logFmtErrConsentGenerate = logFmtConsentPrefix + "could not be processed: error occurred generating consent: %+v"
)
// Duo constants.