From 3d08dbd14c7a9b963537592525a892692e49632b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Thu, 18 Jun 2020 18:50:20 +0200 Subject: [PATCH] Update sample log messages in documentation (#2244) --- doc/sources/admin/logs.rst | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/doc/sources/admin/logs.rst b/doc/sources/admin/logs.rst index a9d8d72ac..39071e6a6 100644 --- a/doc/sources/admin/logs.rst +++ b/doc/sources/admin/logs.rst @@ -71,19 +71,37 @@ Logout: [notice] User clement.oudot has been disconnected from LDAP (81.20.13.21) -Access to an SAML SP: +Access to a CAS application non registered in configuration (when CAS server is open): :: - [notice] User clement.oudot is authorized to access to sp-example-entityid - [notice] SAML authentication response sent to SAML SP sp-example for clement.oudot + [notice] User clement.oudot is redirected to https://cas.service.url -Access to an OIDC RP: +Access to a CAS application whose configuration key is ``app-example``: + +:: + + [notice] User clement.oudot is authorized to access to app-example + +Access to an SAML SP whose configuration key is ``sp-example``: + +:: + + [notice] User clement.oudot is authorized to access to sp-example + +Access to an OIDC RP whose configuration key is ``rp-example``: :: [notice] User clement.oudot is authorized to access to rp-example +Access to a Get application whose vhost configuration key is ``host.example.com``: + +:: + + [notice] User clement.oudot is authorized to access to host.example.com + + Default loggers ---------------