Attempting to use mod_auth_openidc to authenticate with SSO, OAuth2 standards?
I'm attempting to configure our third party website using Apache and modauthopenidc to invoke the SSO authentication endpoints on our WildApricot website.
I've gotten as far as manually assembling a correct authentication request URL:
That shows me a login dialog as expected... However, when trying to use mod-auth-openidc to generate the authorization URL, it doesn't allow the requesttype of "authorizationcode". It only lets me set the request type to "code", which seems to break the authentication page fetch on the WA end.
This would seem to be an issue with Oauth2 'standards'. It would seem requesttype="authorizationcode" isn't a part of Oauth2? Should I be looking at a different solution other than trying to use modauthopenidc to integrate with WildApricot SSO?
My end goal is to protect a few web paths on my 3rd party website using the SSO service on our WildApricot. Any suggestions?
Issue fixed, oauth should work with mod_auth_openidc as expected.
-
Bruce L commented
(Thumbs up) Thanks! Looking forward to using the capability.