-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DXCDT-472: Add new auth0_pages
resource
#691
Conversation
}, | ||
ErrorPage: &management.TenantErrorPage{ | ||
ShowLogLink: auth0.Bool(false), | ||
URL: auth0.String(""), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe clear out the HTML property too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be done for the HTML properties of login
, change_password
, and guardian_mfa
as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as those pages are disabled, setting the HTML as well to empty is unnecessary. We preferred doing this as a user could in the future come back to these pages and re-enable them with the previous HTML.
792a733
to
d1054ff
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #691 +/- ##
==========================================
- Coverage 86.60% 86.57% -0.03%
==========================================
Files 80 83 +3
Lines 12169 12413 +244
==========================================
+ Hits 10539 10747 +208
- Misses 1243 1267 +24
- Partials 387 399 +12
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
🔧 Changes
The
custom_login_page
on theauth0_global_client
and thechange_password
,guardian_mfa_page
anderror_page
fields on the
auth0_tenant
have been deprecated in favour of managing them on a brand newauth0_pages
resource.This was done to improve the developer experience and discoverability of these configuration settings.
📚 References
🔬 Testing
📝 Checklist