docs: access check config docs rework#1477
Merged
edibotopic merged 3 commits intomainfrom Apr 21, 2026
Merged
Conversation
Contributor
Author
|
Linkcheck failure will be fixed by #1478 |
nooreldeenmansour
approved these changes
Apr 20, 2026
* Use terms from the config option, like "check", "access" and "force", to map more clearly between the wording of the config option and the text in this section * Explicitly mention what is being checked from a user perspective (do they have permission to access, according to the IdP)
this section provides further context for why an admin might enable this check, from a security perspective.
3d4205c to
a08ba08
Compare
Member
Contributor
Author
Thanks @nooreldeenmansour --- I've linked to #1340 now. We should also look at #933 separately, yes, but it will require further discussion and might need to wait until we're back from Madrid. |
adombeck
reviewed
Apr 22, 2026
| ## Force remote authentication with the identity provider | ||
| ## Force remote access check with the identity provider | ||
|
|
||
| By default, remote authentication with the identity provider only happens if |
Contributor
There was a problem hiding this comment.
Shouldn't we also use the new (and better) terminology here?
Suggested change
| By default, remote authentication with the identity provider only happens if | |
| By default, a remote access check with the identity provider only happens if |
Contributor
There was a problem hiding this comment.
#1467 is completely unrelated, let's do it in a separate PR please. I'd like @edibotopic's opinion on the change first though.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates section in configuration guide to reflect recent naming and description changes for config option
force_access_check_with_provider.to map more clearly between the wording of the config option and the
text in this section
they have permission to access the system according to the IdP
Closes #1340
UDENG-9749