I generated token with this endpoint: https://lifeshortcut.com/wp-json/api/v1/mo-jwt
And I saved “Attribute Mapping Settings” and tried to login with this url – https://lifeshortcut.com?mo_jwt_token=<my_generated_token>
When I tried above url for auto-login, it shows this message: “Please Configure the Attribute Mapping.”
I’m not sure what went wrong. I would appreciate if someone could help me.
Thank you in advance!
I have a domain?https://fluidfab.in?and a subdomain?https://blogs.fluidfab.in. I wanted users to login to both site even when they login to any one aka shared login. I installed miniorange JWT login on both the sites and followed the setup guide to setup the plugin. Everything went OK until…
The setup guide does not cover how to append the argument to autologin using JWT as URL parameter. Upon doing some Google search, I found out that there are some parameters which needed to be added in php. But they didn’t mention which php
Can someone help me with this?
]]>I would like to use it to integrate an existing platform and allow its users to transparently login to wordpress, not using your token generation.
How do I specify what fields/claims in the JWT to extract and map? How can I provide the secret to verify the signature?