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

Otestovat shibboleth autentizaci #130

Closed
LenkaKravecova opened this issue Oct 5, 2016 · 1 comment
Closed

Otestovat shibboleth autentizaci #130

LenkaKravecova opened this issue Oct 5, 2016 · 1 comment
Assignees

Comments

@LenkaKravecova
Copy link
Collaborator

ceskaexpedice#405

@xburda4
Copy link

xburda4 commented Jul 27, 2017

Shibboleth musí bežať na proxy serveri, my používame Nginx. Pre ten je vyvinutý plugin https://github.com/nginx-shib/nginx-http-shibboleth, https://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/.

Pre testovanie konfigurácie som používal tento kontajner https://bitbucket.org/hellomatter/shibboleth-nginx, na ktorom je Shibboleth 2.5.3 a starší Nginx 1.7.2. Použil som túto konfiguráciu https://drive.google.com/a/mzk.cz/file/d/0Bx60vPaKmYoyTmhseUYyX2FWRVU/view?usp=sharing nginx a toto https://drive.google.com/a/mzk.cz/file/d/0Bx60vPaKmYoyZzNOYXI2MVBRZk0/view?usp=sharing nakopírované v /etc/shibboleth/.

Zo shibbolethu je najdôležitejšia zložka shibboleth2.xml, kde v uzli RequestMapper pod Host name treba zadať url, pod ktorým sa bude pristupovať na server (ja som používal kramerius.localhost/search/).

Prepojenie Shibbolethu s MZK je v shibboleth2.xml nastavené a pre kontrolu sa treba na adresa/Shibboleth.sso/Login. Prihlásiť sa dá buď pod vlastným prihlasovacím menom a heslom alebo cez testovací účet.

Ideálne by bolo forknúť nginx, ktorý používame a upraviť https://github.com/jwilder/nginx-proxy/blob/master/nginx.tmpl, tak aby v konfigurácii Nginx pre server Krameria pridal nastavenia pre Shibboleth.

Nakoniec ešte bude treba upraviť Krameria alebo premenné, ktoré sa Krameriu posielajú. Testovací kontajner mi na krameria posielal tieto dve premenné https://github.com/ceskaexpedice/kramerius/blob/1c91829bc1f9c109964d7a6d6b57ef10fdfbb7ef/authfilters/src/main/java/cz/incad/kramerius/auth/thirdparty/shibb/utils/ShibbolethUtils.java#L32-L33 malým a Kramerius ich nerozpoznal a tváril sa ako keby mu Shibboleth nič neposiela.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants