• Resolved spiderdab

    (@spiderdab)


    Hi, I need to deploy the same wordpress page on different domains, with different authentication providers, so for each one I bulk-change all the domain recurrences both in the wordpress backup (/var/www/html/) and in the database backup (sql).
    At the end, checking the deployments, all the domain recurrences are changes, but the Login Endpoint URL, which remain unchanged.
    I wanted to know where is this and the other url settings saved?
    I couldn’t find them in the DB…
    Can you help me on this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Tim Nolte

    (@tnolte)

    @spiderdab there are some redirect URLs stores in some temporary transients, but other than that there shouldn’t be anything stored in the DB anywhere with your domain name. If you are talking about the plugin settings those are stored in the options table or configured via a .env or the wp-config.php.

    Thread Starter spiderdab

    (@spiderdab)

    Hi, I’m talking about the settings found under:
    wordpress settings -> OpenID Connect Client
    In particular:

    -Login Endpoint URL

    -Userinfo Endpoint URL

    -Token Validation Endpoint URL

    -End Session Endpoint URL

    Plugin Contributor Tim Nolte

    (@tnolte)

    @spiderdab OK, that is what I described in the second part of my first response. If you aren’t using static environment configuration then they are stored in the database like any other standard plugin settings.

    Thread Starter spiderdab

    (@spiderdab)

    Thank you for the support. Can you also please suggest me where I can find them? because I’m searching them via phpmyadmin, but I cannot find those entries..

    I’m changing other fields in the database via bash command ‘sed’ on the db.sql backup, but the link set by the shortcode [openid_connect_generic_auth_url] is not changed..

    Thread Starter spiderdab

    (@spiderdab)

    Ok, I’ve found the entry. It is under wp_options -> openid_connect_generic_settings.

    Thank you again for the support. Now I just need to check why the url is not changed..
    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘where are the endpoint url saved?’ is closed to new replies.