stevejohanson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: php snippet in menuHi Staartmees, sorry for the slow reply. I believe I am using the standard WordPress menu admin.
I create a custom link and enter “[php snippet=1]” into the URL.
But I have created a PHP snippet ID=1:
<?php echo wp_logout_url( home_url() ); ?>
Forum: Plugins
In reply to: [Login by Auth0] Issue on Version 3.5.2Josh, Thank you for your patience. It was the signing algorithm HS256 vs. RS256. A rookie mistake. But for some reason they changed when I did the upgrade.
But it is a good checklist item for your troubleshooting guide.
Steve
Forum: Plugins
In reply to: [Login by Auth0] Issue on Version 3.5.2Hi Josh,
I verified all three of these items you listed above:
– the Client Grant in Client Settings > Advanced > Grant Types is turned off (dashboard)
– the Client needs to be authorized at APIs > Auth0 Management API > Clients (dashboard)
– the Audience field was changed in wp-admin > Auth0 > Settings > Basic > Audience (should be “https://your-tenant.auth0.com/api/v2”)But I am still getting an error. Here are the columns from the Plug in error log:
-04/18/2018 18:07:54
-WP_Auth0_LoginManager::redirect_login => $this->login_user()
-invalid_grant
-Invalid authorization codeThis obviously implies that I have not added the correct grants to Auth0, but I used the ones in the setup page:
create:clients
update:clients
update:connections
create:connections
read:connections
create:rules
delete:rules
read:users
update:users
create:users
update:guardian_factorsAnd ideas about this?
Steve
Forum: Plugins
In reply to: [Login by Auth0] Issue on Version 3.5.2Thanks Josh,
We have already been over the first to bullet points and they check out. The third…can I ask a lazy question–is that a field that shows up in 3.5.2? Because I do not see it in Auth0 > Settings > Basic for 3.2.13.
Steve
Forum: Plugins
In reply to: [Login by Auth0] Issue on Version 3.5.2Hi Josh,
I was not able to see the conclusion of this issue–we are having the same problem. We have reverted to 3.2.13. But are getting warnings about expiring endpoints.
Were you able to help xzistance3?
Steve
Did anyone have this cause the test email to not work at all? I am trying to send from [email protected] and that is a group in my gmail. Could the “From Email” be a problem when it is a group?