Skip to content
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

Terminology #1774

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
login -> log in (verb)
  • Loading branch information
FlorisFokkinga authored and thijskh committed Dec 6, 2024
commit dddb9a6c17224fd1edf257b73534192ff812995d
2 changes: 1 addition & 1 deletion docs/trusted_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Processing of the request:
* Both the trusted proxy and the end-SP being proxied must be known to engineblock (= configured as SP entities in Manage)
* Both the trusted proxy and the end-SP being proxied must have the same workflow state

* The ACL of both the trusted proxy and the end-SP are verified. Only IdPs are allowed access to both SPs are allowed to login
* The ACL of both the trusted proxy and the end-SP are verified. Only IdPs are allowed access to both SPs are allowed to log in
* The ARPs of both the trusted proxy and the end-SP being proxied are applied. Only attributes and attribute values that are allowed by both ARP are included in the response
* The attribute manipulations (AMs) of both the trusted proxy and the end-SP are run. The AMs of the trusted proxy are run first.
* Stepup-invocation is done if configured for the end-SP.
Expand Down
2 changes: 1 addition & 1 deletion theme/openconext/translations/messages.en.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// Consent slidein: Reject
'consent_slidein_reject_head' => "You don't want to share your data with the application",
'consent_slidein_reject_text' => "The application you're logging into requires your data to function properly. If you prefer not to share your data, you cannot use this application. By closing your browser or just this tab you prevent your information from being shared with the application. If you change your mind later, please log in to the application again and this screen will reappear.",
'consent_slidein_reject_text' => "The application you're logging in to requires your data to function properly. If you prefer not to share your data, you cannot use this application. By closing your browser or just this tab you prevent your information from being shared with the application. If you change your mind later, please log in to the application again and this screen will reappear.",

// Generic slide-in
'slidein_close' => 'Close',
Expand Down