KEYCLOAK-16929 Adding conscious language preface of the release notes
This commit is contained in:
parent
de0bf23fa1
commit
e18ea48b26
12 changed files with 28 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
|
include::templates/making-open-source-more-inclusive.adoc[]
|
||||||
|
|
||||||
== {project_name} API Documentation
|
== {project_name} API Documentation
|
||||||
|
|
||||||
=== JavaDocs Documentation
|
=== JavaDocs Documentation
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
|
|
||||||
include::topics/auth-services-overview.adoc[leveloffset=+1]
|
include::topics/auth-services-overview.adoc[leveloffset=+1]
|
||||||
|
|
||||||
include::topics/auth-services-architecture.adoc[leveloffset=+2]
|
include::topics/auth-services-architecture.adoc[leveloffset=+2]
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
ifeval::[{project_community}==true]
|
ifeval::[{project_community}==true]
|
||||||
include::topics/introduction-keycloak.adoc[]
|
include::topics/introduction-keycloak.adoc[]
|
||||||
endif::[]
|
endif::[]
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
include::topics/assembly-installing-standalone.adoc[]
|
include::topics/assembly-installing-standalone.adoc[]
|
||||||
include::topics/assembly-creating-first-realm.adoc[]
|
include::topics/assembly-creating-first-realm.adoc[]
|
||||||
include::topics/assembly-securing-sample-app.adoc[]
|
include::topics/assembly-securing-sample-app.adoc[]
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
|
|
||||||
include::topics/introduction.adoc[leveloffset=+0]
|
include::topics/introduction.adoc[leveloffset=+0]
|
||||||
|
|
||||||
include::topics/before_you_begin.adoc[leveloffset=+0]
|
include::topics/before_you_begin.adoc[leveloffset=+0]
|
||||||
|
|
|
@ -10,6 +10,8 @@ include::runtimes-common/attributes/runtimes-attributes.adoc[]
|
||||||
|
|
||||||
= {releasenotes_name}
|
= {releasenotes_name}
|
||||||
|
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
|
|
||||||
== {project_name_full} 7.4.0.GA
|
== {project_name_full} 7.4.0.GA
|
||||||
|
|
||||||
include::topics/product/7_4_final.adoc[leveloffset=2]
|
include::topics/product/7_4_final.adoc[leveloffset=2]
|
||||||
|
|
|
@ -9,4 +9,6 @@ include::topics/templates/document-attributes-product.adoc[]
|
||||||
|
|
||||||
= {adapterguide_name}
|
= {adapterguide_name}
|
||||||
|
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
|
|
||||||
include::topics.adoc[]
|
include::topics.adoc[]
|
|
@ -98,7 +98,7 @@ It has no other task than sending the received tokens to the main application an
|
||||||
|
|
||||||
Please keep in mind that this page at the specified location must be provided by the application itself and is _not_ part of the JavaScript adapter!
|
Please keep in mind that this page at the specified location must be provided by the application itself and is _not_ part of the JavaScript adapter!
|
||||||
|
|
||||||
WARNING: _Silent_ `check-sso` functionality is limited in some modern browsers. Please see link:#_modern_browsers[Modern Browsers with Tracking Protection Section].
|
WARNING: _Silent_ `check-sso` functionality is limited in some modern browsers. Please see the <<_modern_browsers,Modern Browsers with Tracking Protection Section>>.
|
||||||
|
|
||||||
To enable `login-required` set `onLoad` to `login-required` and pass to the init method:
|
To enable `login-required` set `onLoad` to `login-required` and pass to the init method:
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ This feature can be disabled by setting `checkLoginIframe: false` in the options
|
||||||
You should not rely on looking at this cookie directly. Its format can change and it's also associated with the URL of the {project_name} server, not
|
You should not rely on looking at this cookie directly. Its format can change and it's also associated with the URL of the {project_name} server, not
|
||||||
your application.
|
your application.
|
||||||
|
|
||||||
WARNING: Session Status iframe functionality is limited in some modern browsers. Please see link:#_modern_browsers[Modern Browsers with Tracking Protection Section].
|
WARNING: Session Status iframe functionality is limited in some modern browsers. Please see <<_modern_browsers,Modern Browsers with Tracking Protection Section>>.
|
||||||
|
|
||||||
[[_javascript_implicit_flow]]
|
[[_javascript_implicit_flow]]
|
||||||
==== Implicit and Hybrid Flow
|
==== Implicit and Hybrid Flow
|
||||||
|
@ -450,7 +450,7 @@ Options is an Object, where:
|
||||||
|
|
||||||
* redirectUri - Specifies the uri to redirect to after login.
|
* redirectUri - Specifies the uri to redirect to after login.
|
||||||
* prompt - This parameter allows to slightly customize the login flow on the {project_name} server side.
|
* prompt - This parameter allows to slightly customize the login flow on the {project_name} server side.
|
||||||
For example enforce displaying the login screen in case of value `login`. See link:#_params_forwarding[Parameters Forwarding Section]
|
For example enforce displaying the login screen in case of value `login`. See link:{adapterguide_link}#_params_forwarding[Parameters Forwarding Section]
|
||||||
for the details and all the possible values of the `prompt` parameter.
|
for the details and all the possible values of the `prompt` parameter.
|
||||||
* maxAge - Used just if user is already authenticated. Specifies maximum time since the authentication of user happened. If user is already authenticated for longer time than `maxAge`, the SSO is ignored and he will need to re-authenticate again.
|
* maxAge - Used just if user is already authenticated. Specifies maximum time since the authentication of user happened. If user is already authenticated for longer time than `maxAge`, the SSO is ignored and he will need to re-authenticate again.
|
||||||
* loginHint - Used to pre-fill the username/email field on the login form.
|
* loginHint - Used to pre-fill the username/email field on the login form.
|
||||||
|
|
|
@ -9,4 +9,6 @@ include::topics/templates/document-attributes-product.adoc[]
|
||||||
|
|
||||||
= {adminguide_name}
|
= {adminguide_name}
|
||||||
|
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
|
|
||||||
include::topics.adoc[]
|
include::topics.adoc[]
|
||||||
|
|
|
@ -9,4 +9,6 @@ include::topics/templates/document-attributes-product.adoc[]
|
||||||
|
|
||||||
= {developerguide_name}
|
= {developerguide_name}
|
||||||
|
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
|
|
||||||
include::topics.adoc[]
|
include::topics.adoc[]
|
|
@ -10,6 +10,7 @@ include::topics/templates/document-attributes-product.adoc[]
|
||||||
|
|
||||||
= {installguide_name}
|
= {installguide_name}
|
||||||
|
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
include::topics.adoc[]
|
include::topics.adoc[]
|
||||||
|
|
||||||
:context:
|
:context:
|
||||||
|
|
7
topics/templates/making-open-source-more-inclusive.adoc
Normal file
7
topics/templates/making-open-source-more-inclusive.adoc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
ifeval::[{project_product}==true]
|
||||||
|
[preface]
|
||||||
|
[id="making-open-source-more-inclusive"]
|
||||||
|
== Making open source more inclusive
|
||||||
|
|
||||||
|
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see link:https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language[our CTO Chris Wright's message].
|
||||||
|
endif::[]
|
|
@ -9,4 +9,5 @@ include::topics/templates/document-attributes-product.adoc[]
|
||||||
|
|
||||||
= {upgradingguide_name}
|
= {upgradingguide_name}
|
||||||
|
|
||||||
|
include::topics/templates/making-open-source-more-inclusive.adoc[]
|
||||||
include::topics.adoc[]
|
include::topics.adoc[]
|
||||||
|
|
Loading…
Reference in a new issue