h20melonman
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] persistent plugin settingsor rather can it remember configuration. the cache dir would be local to the container. but we want the plugin to be pre configured. ie same as how you set the database, users, host ect in the main wp config.
Forum: Plugins
In reply to: [W3 Total Cache] Shared EFS FS with ECS containers and a shared cache dirgreat thanks ! let me know what you find…
Forum: Plugins
In reply to: [OpenID Connect Generic Client] incomplete-user-claim errorsok, so deleting the user and then trying to re – add also did not work.
existing users are ok. cannot re create / re add users
Type: incomplete-user-claim
Date: 2018-07-16 17:56:35
User: 0
URI : /wp-admin/admin-ajax.php?action=openid-connect-authorize&code=jrl9VQlJfx1gVnJqM8VL5S5TmWM9O_ondnepSAAB&state=8468a81a71b74a1337fb1a714cdfb197
object(WP_Error)#27255 (2) {
[“errors”]=>
array(1) {
[“incomplete-user-claim”]=>
array(1) {
[0]=>
string(21) “User claim incomplete”
}
}
[“error_data”]=>
array(1) {
[“incomplete-user-claim”]=>
array(5) {
[“sub”]=>
string(8) “mitcb006”
[“lName”]=>
string(8) “Mitchell”
[“fName”]=>
string(5) “Brian”
[“PERNR”]=>
string(8) “00066642”
[“sapuid”]=>
string(8) “MITCB006”
}
}
}Forum: Plugins
In reply to: [OpenID Connect Generic Client] incomplete-user-claim errorscan you discuss any reasons as to why the plugin is getting / throwing claim errors ?
I’ve deleted the effected user via WP and hoping when they try and login again , a new account is created and the issue goes away.