Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow access to "OpenID_Connect_Generic_Client" object #552

Open
edmundcwm opened this issue Jul 15, 2024 · 0 comments
Open

Allow access to "OpenID_Connect_Generic_Client" object #552

edmundcwm opened this issue Jul 15, 2024 · 0 comments

Comments

@edmundcwm
Copy link

Is it possible to update the visibility of the OpenID_Connect_Generic_Client object to public?

I'm currently developing an alternate user login approach that is based on providing an access token in the URL as a query string. With this token, we'll check if the user account exists on WP and create it if it doesn't using the create_new_user method from the wrapper class. But this method requires the $user_claim and for that reason I'm finding myself needing to access certain methods like get_user_claim and validate_user_claim from the client object which the plugin doesn't provide access to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant