-
Notifications
You must be signed in to change notification settings - Fork 597
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
AUTH-5494 added custom_non_identity_deny_url to access_applications #1373
Conversation
SessionDuration string `json:"session_duration,omitempty"` | ||
SameSiteCookieAttribute string `json:"same_site_cookie_attribute,omitempty"` | ||
CustomDenyURL string `json:"custom_deny_url,omitempty"` | ||
CustomNonIdentityDenyURL string `json:"custom_non_identity_deny_url,omitempty"` |
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.
new field
CorsHeaders *AccessApplicationCorsHeaders `json:"cors_headers,omitempty"` | ||
CustomDenyMessage string `json:"custom_deny_message,omitempty"` | ||
CustomDenyURL string `json:"custom_deny_url,omitempty"` | ||
CustomNonIdentityDenyURL string `json:"custom_non_identity_deny_url,omitempty"` |
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.
new field
changelog detected ✅ |
7481a58
to
f2f54d2
Compare
f2f54d2
to
bdc143f
Compare
Codecov Report
@@ Coverage Diff @@
## master #1373 +/- ##
========================================
Coverage 48.33% 48.34%
========================================
Files 133 139 +6
Lines 13023 13749 +726
========================================
+ Hits 6295 6647 +352
- Misses 5201 5453 +252
- Partials 1527 1649 +122
|
This functionality has been released in v0.76.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
Added custom_non_identity_deny_url field to access_applications
Has your change been tested?
local unit tests
Screenshots (if appropriate):
Types of changes
What sort of change does your code introduce/modify?
Checklist:
and relies on stable APIs.