My purpose is to authorize users through an external website/userbase using HTTPS (SSL/TLS). We have a central webserver with CA certificates where the login credentials can be checked before the user logs in (or ideally is created automatically when he doesn't exist yet).
The feature highlights for 3.1 mentions OAuth and the alternative to create your own external checking mechanisms through extensions.
When looking for information I found the following (probably outdated?) description from phpBB itself: https://wiki.phpbb.com/Authentication_plugins
Some questions:
I was wondering if there is a similar explanation using the new extensions and the alternatives to the OAuth extension?
Do the same methods still apply as in the plugin description or in which way can I otherwise hook on to the login methods/replace the validation mechanism?
Thank you for your time

edit: for clarity: Authentication would be the first step for now, later possibly deriving special forum rights through authorization using a (our) REST service behind the HTTPS connection