• Hi,

    I have a scenario where I should access different WordPress sites.
    Access is provided successfully to one site, but when requested to any other site the following error appears:
    …”jwt_auth_bad_iss”,”message”:”The iss do not match with this server” …

    We have fixed this issue by the solution found in a previous similar Topic:
    https://www.ads-software.com/support/topic/jwt-for-wordpress-multisite/
    which consisted in changing the code (citing the author of the solution); … changes in file class-jwt-auth-public.php where it says get_bloginfo (‘url’) should be replaced by network_site_url() lines 142 and 278…

    The target of this topic is the following:
    Can this change be implemented without the need to change the code, but by implementing any WordPress hook or in a configuration section of the plugin?
    Will this be available in any future release of the plugin? If yes, is there any approximate timeframe?
    Thank you in advance…

  • The topic ‘“jwt_auth_bad_iss”, While trying to gain tokens from more than one site’ is closed to new replies.