My integration issue was a cookie problem. The only problem I have now is that doing a wiki->login sends me to the forum after login and not back to the wiki.
As for the cookie issue there was nothing pointing me to this problem. I didn't uncover it until I started outputting the cookie info.
Below is the cookie I was seeing:
a:3:{i:0;i:0;i:1;s:0:"";i:2;i:0;}
Auth_SMF.php unserializes it and there were no values in the variables id_member and password.
In order get a cookie like this:
a:4:{i:0;s:1:"1";i:1;s:40:"17f9832ca37464dc5ce25cffc408fefa1bfef908";i:2;i:1522519197;i:3;i:2;}
I had to turn off "Enable local storage of cookies".
These are my settings which work and integration works fine now:
