medyapin
Forum Replies Created
-
Forum: Plugins
In reply to: [Login by Auth0] Role Based Login RestrictionHi Josh, thank you for clear answer.
Forum: Plugins
In reply to: [Login by Auth0] MFA authentication type selection by user selfUsers should also be able to turn the MFA feature off and on.
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.Hi Josh,
User role which user gets after registration must have no redirect rule and no page restriction. Auth0 works perfect only in this case.
We use ultimate member only for role creation. Later i will check all scenerios for you.
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.As simple as it is, first level user role which will be assigned to user after Auth0 user registration, must not have any redirect rules which can be set up on user role settings on Ultimate Members plugin. Auth0 can do it already. Or it can be as same as how we configured on Auth0 dashboard API details.
Thank you again.
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.Okay Josh, thx
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.Hi John,
Thank you for investigating the issue. You are right. We checked all plugins and find out ultimate member plugin conflict with Auth0.
Sorry i took your time for it.
Kind Regards.Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.My universal login page which i edited on Auth0 hosted pages tab.
<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<title>Medyapin Cloud Login</title>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
</head>
<body><!–[if IE 8]>
<script src=”//cdnjs.cloudflare.com/ajax/libs/ie8/0.2.5/ie8.js”></script>
<![endif]–><!–[if lte IE 9]>
<script src=”https://cdn.auth0.com/js/base64.js”></script>
<script src=”https://cdn.auth0.com/js/es5-shim.min.js”></script>
<![endif]–><script src=”https://cdn.auth0.com/js/lock/11.3/lock.min.js”></script>
<script>
// Decode utf8 characters properly
var config = JSON.parse(decodeURIComponent(escape(window.atob(‘@@config@@’))));
config.extraParams = config.extraParams || {};
var connection = config.connection;
var prompt = config.prompt;
var languageDictionary;
var language;if (config.dict && config.dict.signin && config.dict.signin.title) {
languageDictionary = { title: config.dict.signin.title };
} else if (typeof config.dict === ‘string’) {
language = config.dict;
}
var loginHint = config.extraParams.login_hint;// Available Lock configuration options: https://auth0.com/docs/libraries/lock/v11/configuration
var lock = new Auth0Lock(config.clientID, config.auth0Domain, {
auth: {
redirectUrl: config.callbackURL,
responseType: (config.internalOptions || {}).response_type ||
(config.callbackOnLocationHash ? ‘token’ : ‘code’),
params: config.internalOptions
},
configurationBaseUrl: config.clientConfigurationBaseUrl,
overrides: {
__tenant: config.auth0Tenant,
__token_issuer: ‘login.medyapin.com’
},
assetsUrl: config.assetsUrl,
allowedConnections: connection ? [connection] : null,
rememberLastLogin: !prompt,
language: “tr”,
languageDictionary: languageDictionary,
theme: {
logo: ‘https://www.medyapin.com/wp-content/uploads/2018/09/Medyapin_icon_app-e1540434220439.png’,
primaryColor: ‘#6377fa’
},
prefill: loginHint ? { email: loginHint, username: loginHint } : null,
closable: false,
defaultADUsernameFromEmailPrefix: false,
// uncomment if you want small buttons for social providers
// socialButtonStyle: ‘small’
});lock.show();
</script>
</body>
</html>Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.It looks like its because of SSO data. When i was creating har file it gave errors when getting sso user data.
I sent you har file Josh. Thx.
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.Yes call back urls are as same as how wordpress configuration shows.
All old users and admins can log in to site. only new users cant.
I will prepare HAR file soon and mail you. Thanks.Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.checked .htaccess its also pure as new install.
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.I checked that too with removing any additional settings which i have done its not. Changed back to apache2 still happens.
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.Can it be becuase of nginx directives?
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.Hi josh,
Here is what i do and what happens step by step,
1) go to wp-login.php
2) choose sign-up tab
3) create new user with entering email,username and password.
4) No error or any natification sign-up process stucks on IE nothing happens. On Chrome redirects many times to homepage until get 502 Error.
5) I enter to admin dashboard both wordpress and auth0 i can see new user credentials created on both.
6) checking error logs on both but there are no errors only user seccesfully created info on auth0.
7) deleting cache on both browser then try to login with same user credentials which stucked on login after sign-up.
8) same issue, new user cant login.If i get any error i would like to share in here but there is nothing… Is there a live debug mode or something else?
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.I checked many times and couldn’t find the issue.
There are no errors on both auth0 and wordpress error logs.New users are created in both. But users still can’t login.
Forum: Plugins
In reply to: [Login by Auth0] Password Change ?ssueDeleted everything re installed plugin app and database connections. Now password change from front-end Works.
With new changed password i can login with auth0 too. Thx