<BrianD>
Roger and all, I'd like to see Moin working with SSOs, specifically OpenID Connect. But it seems the system is strongly oriented to using username and password. For example handle_login assumes there's a username and password.
<BrianD>
Where would you suggest I get started with such a feature?
<BrianD>
But it's not clear to me what constitutes being logged in. Is it app.py:256 (session[*] = userobj.*)?
<RogerHaase>
BrianD: search the change log history for openid. You should see hits ~ 2018-10-13 where the obsolete and broken openid support was removed. You should also see a change I made ~2015-04-21 -- I think is was working then but seldom used or tested.