OAuth "callback" URL? #826
-
Hi, On my own Wikibase instance, I want to make an Oauth consumer for WikibaseIntegrator to use. What do I put under the OAuth callback URL, when I'm making the consumer on my Wikibase? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
Hello,
You have multiple way to authenticate against your Wikibase Instance: https://github.com/LeMyst/WikibaseIntegrator?tab=readme-ov-file#wbi_login
I would recommend to use Bot password, it's the easiest way to authenticate as a Bot (under your own user account or a user account dedicated for your bot): https://github.com/LeMyst/WikibaseIntegrator?tab=readme-ov-file#login-with-a-bot-password
But if you want to use OAuth, you need to check the "owner-only" paramter or "This consumer is for use only by ...", so you don't need to provide a callback url.