Move remaining open q's to answered q's

This commit is contained in:
Ryan Richard 2022-05-16 16:20:42 -07:00 committed by GitHub
parent 22aea6ab9d
commit dc6874e9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,13 +192,14 @@ config because Dex does not have an equivalent.
A: `<issuer>/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.