-
Notifications
You must be signed in to change notification settings - Fork 60
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
OAuth2 OpenId Connect Documentation #201
Conversation
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
#. `OPENIDCONNECT_CLIENTSECRET=...` (from your IDP server) | ||
#. `OPENIDCONNECT_CLIENTID=...` (from your IDP server) | ||
#. `OPENIDCONNECT_SERVERMETADATA_JSON_TEXT='...'` (the text of your Server's JSON metadata document) | ||
#. `OPENIDCONNECT_IDTOKENROLELOCATION=...` (location of the user's roles in the ID Token) |
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.
Maybe better to format this block using .. code-block:: properties
?
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.
I think it's best this way - there's commentary with the configuration and this formatting makes it more obvious.
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
source/administrator-guide/managing-users-and-groups/authentication-mode.rst
Outdated
Show resolved
Hide resolved
@davidblasby is this documentation ready? |
@juanluisrp - yes, the core-geonetwork code has been merged. Please merge this. |
* wip: openid connect dox * for OPENIDCONNECT_ROLECONVERTER, changed format from ':' to '=' as separator * add doc for oidc bearer tokens * feedback from jose * add doc for OPENIDCONNECT_LOGINTYPE * add info about OPENIDCONNECT_SERVERMETADATA_CONFIG_URL * update doc for default scopes * add doc for OPENIDCONNECT_LOGSENSITIVE_INFO Co-authored-by: david.blasby <[email protected]>
This reverts commit 1d7c733.
* Update user profile privileges descriptions (#195) * Changelog for 3.12.4 * Changelog for 3.12.5 * Changelog for 3.12.6 * Fix typos * Change log for 3.12.7 (#211) * Update index.rst Fixed typo there->their * Add missing space Fix #215. * Fix not visible code block * Fix example for creating an HTML-based static page The example had `format=LINK`, which posting html as form data. This will result in a bad request. * fix environment variable name geonetwork.security.type instead of config.security.type * INSPIRE / Some template fixes * Added baisic OAI-PMH endpoint description * OAuth2 OpenId Connect Documentation (#201) * wip: openid connect dox * for OPENIDCONNECT_ROLECONVERTER, changed format from ':' to '=' as separator * add doc for oidc bearer tokens * feedback from jose * add doc for OPENIDCONNECT_LOGINTYPE * add info about OPENIDCONNECT_SERVERMETADATA_CONFIG_URL * update doc for default scopes * add doc for OPENIDCONNECT_LOGSENSITIVE_INFO Co-authored-by: david.blasby <[email protected]> * wrong line number * Revert "OAuth2 OpenId Connect Documentation (#201)" (#220) This reverts commit 1d7c733. * Change log for 3.12.8 * Update GeoNetwork branch name * Add example of connecting to the API with python This change is to add a simple example of how to authenticate to the API and obtain the XRSF token with python. * Update authors.rst * 4.2.3 changelog. * Update release instructions. * Change log for 3.12.9 * Update indentation in 3.12.9 changelog --------- Co-authored-by: Jose García <[email protected]> Co-authored-by: seblessware1spatial <[email protected]> Co-authored-by: Juan Luis Rodríguez Ponce <[email protected]> Co-authored-by: Mike Bryant <[email protected]> Co-authored-by: Tristan <[email protected]> Co-authored-by: giulioverazzo <[email protected]> Co-authored-by: davidblasby <[email protected]> Co-authored-by: david.blasby <[email protected]> Co-authored-by: axel584 <[email protected]> Co-authored-by: Alex <[email protected]> Co-authored-by: Jeroen Ticheler <[email protected]> Co-authored-by: Florent Gravin <[email protected]>
This is a sibling commit for geonetwork/core-geonetwork#6494.
This is the documentation for the added features.