This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docpublic:systemes:wiki:installconfdokuwiki [2023/01/09 17:46] adminjp [auth shibboleth] |
docpublic:systemes:wiki:installconfdokuwiki [2023/03/22 09:23] (current) adminjp [sidebar] |
||
---|---|---|---|
Line 79: | Line 79: | ||
</ | </ | ||
- | ensuite | + | CE patch semble maintenant integré suite au PR . |
+ | |||
+ | ==== patch shib php8 ==== | ||
+ | |||
+ | un autre patch " | ||
+ | |||
+ | < | ||
+ | dokuwiki\Exception\FatalException: | ||
+ | </ | ||
+ | |||
+ | il suffit d' | ||
+ | |||
+ | < | ||
+ | * @see DokuWiki_Auth_Plugin:: | ||
+ | */ | ||
+ | //public function trustExternal() | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ==== patch multi auth-chained ==== | ||
+ | |||
+ | autre besoin, gerer le multi-authentification => local (compte local docuwiki ) et federation ID shibboleth | ||
+ | |||
+ | < | ||
+ | [root@wiki authshibboleth]# | ||
+ | 50c50,51 | ||
+ | < if (' | ||
+ | --- | ||
+ | > if (' | ||
+ | > | ||
+ | </ | ||
+ | ==== patch Logout ==== | ||
+ | |||
+ | Dokuwiki redirige vers do=login, l'auth shibboleth se redéclenche immédiatement, | ||
+ | |||
+ | < | ||
+ | Action]# diff Logout.php.bak Logout.php | ||
+ | 47c47 | ||
+ | < | ||
+ | --- | ||
+ | > | ||
+ | </ | ||
+ | |||
+ | ==== custom Login page ==== | ||
+ | |||
+ | pour customiser le bouton login de la navbar en y faisant apparaitre l'auth Shib/ | ||
+ | |||
+ | pour le formulaire de login, c'est dans inc/ | ||
+ | |||
+ | |||
Line 111: | Line 161: | ||
</ | </ | ||
+ | ==== bootstrap 3 themes ==== | ||
+ | https:// | ||
==== reference 2013 ==== | ==== reference 2013 ==== | ||