From 382d8fdfcb5fc16d1aede71096262190741c48ea Mon Sep 17 00:00:00 2001 From: Matej Nesuta Date: Tue, 14 Jul 2026 23:13:55 +0200 Subject: [PATCH] chore: add callback URL for swagger-ui (cherry picked from commit e134a93dcaa98f63ecc40ba60eedc42808cef77c) --- docs/book/modules/admin/examples/trustify/sso.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book/modules/admin/examples/trustify/sso.tf b/docs/book/modules/admin/examples/trustify/sso.tf index d38a4fb95..b469f71c8 100644 --- a/docs/book/modules/admin/examples/trustify/sso.tf +++ b/docs/book/modules/admin/examples/trustify/sso.tf @@ -113,6 +113,7 @@ resource "aws_cognito_user_pool_client" "frontend" { var.console-url, "${var.console-url}/", "${var.console-url}/openapi/oauth-receiver.html", + "${var.console-url}/swagger-ui/oauth2-redirect.html", ] logout_urls = [ "${var.console-url}/",