-
Notifications
You must be signed in to change notification settings - Fork 164
feat: Support for Multiple Custom Domains #1113
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4c073f3
feat: add deprecation warnings for custom domain fields and enhance s…
kushalshit27 b2c007b
feat: remove deprecation warning for verification_method field in cus…
kushalshit27 3088a68
feat: add deprecation warning for verification_method field in custom…
kushalshit27 bd88d81
feat: add custom domains configuration with auth0 managed certificates
kushalshit27 d841edb
Fix comment formatting and add update tests for customDomains handler
kushalshit27 a2f0531
Merge branch 'master' into DXCDT-1075-mcd-ea-support
kushalshit27 dfc1b66
feat: add tls_policy to custom domains configuration
kushalshit27 0e4939b
Merge branch 'master' into DXCDT-1075-mcd-ea-support
kushalshit27 c4804b3
Merge branch 'DXCDT-1075-mcd-ea-support' of https://github.com/auth0/…
kushalshit27 069b11e
Merge branch 'master' into DXCDT-1075-mcd-ea-support
kushalshit27 1e33910
feat: add verification_method to custom domains schema
kushalshit27 0a92dfc
Merge branch 'master' into DXCDT-1075-mcd-ea-support
kushalshit27 c63c262
Merge branch 'master' into DXCDT-1075-mcd-ea-support
kushalshit27 e55aaae
Merge branch 'DXCDT-1075-mcd-ea-support' of https://github.com/auth0/…
kushalshit27 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"domain": "my_domain.com", | ||
"type": "auth0_managed_certs", | ||
"tls_policy": "recommended", | ||
"domain_metadata": { | ||
"myKey": "value" | ||
} | ||
} | ||
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.