OpenID for user logins with C5 v8?

Permalink
Good morning everyone,

I am looking for ways to enable external OpenID authentication for user login so that I may assign permissions to users from our central Database. We have Oauth working on the DB side and are sucessfully logging people into other services using that mechanism. I would like to make the move with C5 so our web editors can use that single login to also edit our website.

I see the external_concrete5/callback Redirect URI in the dashboard at my.site/index.php/dashboard/system/registration/authentication

If I add our OpenID AppID, secretat and URL on this page will it engage with our Oauth implementation, or is the purpose of this external_concrete5 call for something else? If so, is there a add-on out there somewhere that enables this (I don't see one in the marketplace.).

Thanks