From dc6874e9cd33f5c0a982fef86a70c933d52c8d66 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 16 May 2022 16:20:42 -0700 Subject: [PATCH] Move remaining open q's to answered q's --- proposals/1113_ldap-ad-web-ui/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proposals/1113_ldap-ad-web-ui/README.md b/proposals/1113_ldap-ad-web-ui/README.md index d470647c..510100ef 100644 --- a/proposals/1113_ldap-ad-web-ui/README.md +++ b/proposals/1113_ldap-ad-web-ui/README.md @@ -192,13 +192,14 @@ config because Dex does not have an equivalent. A: `/login` * Q: Can we make it so we can reuse the existing cert, or will we need a new wildcard cert? A: Since the page is hosted on the issuer, we can reuse the existing `FederationDomain` cert. - -## Open Questions * Q: Currently we have little validation on branding requirements. Is specifying the IDP name enough for users to understand how to log in? How many users will be blocked on using this feature until they can have a company name and logo on the login page? A: For our initial release, we will only specify the IDP name. We are open to adding further customization in response to feedback from users once the feature is released. +## Open Questions +None. + ## Implementation Plan While this work is intended to supplement the dynamic client work, parts of it can be implemented independently.