Use of direct login links to dmponline advisable? #83
nicolasfranck
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see these lines appear every now and then in the logs (
/opt/roadmap/logs/production.log
):An example: https://dmponline.be/auth/shibboleth?idp=https://idp.vub.ac.be/idp/shibboleth/
The route
/auth/shibboleth
did exist in the old dmponline_v4, but not anymore in roadmap,and the format of its parameters has changed too.
Apparently some universities link to these routes, probably to avoid the default login page, and to
make their users login automatically without needing to click an option.
Unfortunately that route does not work anymore (returns a 404).
Is is actually advisable to link to these kind of urls? It is not like we advise to use them.
Authentication strategies may always change (maybe we might change one day from
shibboleth to openid connect ;-) ).
Strangely, I haven't heard any complaints about this
Beta Was this translation helpful? Give feedback.
All reactions