-
Notifications
You must be signed in to change notification settings - Fork 11k
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
[Help] Configure Filters for Oauth #4834
Comments
Are you using WP Oauth server v3.2? If so how did you get oauth to work with rocket? |
Yes 3.2.86. WP-Oauth settings: Authorization Code: Checked Token Length : 30 OpenID Connect 1.0a : Leave default settings On Client tab, you need to set this Redicrect URI : http://yourrocketchatinstance/_oauth/wordpress Let me know if its works for you. |
You must have the pro verison then because the one I just pulled is 3.2.0001 and lacks alot of those checks. |
Looks like this guy got it working?? |
I don't, and he is using the proverison? |
Hi @RocketChatApp there appears to be some on-going issue with the WP integration. I've updated #747 with the details of the issue I'm having. The built-in Wordpress oAuth doesn't seem to work with WP oAuth Server plugin non-pro. I have it setup and almost working with WP oAuth Server non-pro v 3.2.001, I'm just getting a strange base64 error as referenced in the issue above. Thanks! |
I am using non-pro, and have this issue: �[34mI20171013-16:52:39.025(0) Exception while invoking method 'login' SyntaxError: Unexpected token < at Object.parse (native) at CustomOAuth.getAccessToken (/snap/rocketchat-server/1142/programs/server/packages/rocketchat_custom-oauth.js:166:17) at Object.handleOauthRequest (/snap/rocketchat-server/1142/programs/server/packages/rocketchat_custom-oauth.js:224:28) at OAuth._requestHandlers.(anonymous function) (packages/oauth2.js:27:31) at middleware (packages/oauth.js:203:5) at packages/oauth.js:176:5 |
Please feel free to reach out via our forum or our community server to discuss. Forum would be a bit more appropriate to continue. That way we keep this for bugs and planned features |
Your Rocket.Chat version: Develop
Hello,
I'm using WordPress Oauth with WP-Oauth plugin.
How I can set the filters in Rocket Chat ?
Normally you need to do this change on your functions.php file inside your theme in WordPress.
Where I can do that to filters Oauth in Rocket Chat ?
The text was updated successfully, but these errors were encountered: