User talk:BDavis (WMF)/Archives/2023

From Meta, a Wikimedia project coordination wiki

PAWS OAuth rights

Hi! I am an admin in Ukrainian Wiki. For other languages, I do not have admin rights. I want to use OAuth to access the wiki from PAWS. There is no "Delete pages, revisions, and log entries" in the list of my giants OAuth. How can I add the ability to delete to the list of giants? Klip game (talk) 12:27, 25 February 2023 (UTC)

You cannot. The rights in the OAuth grant are system wide and can only be changed by an administrator of PAWS requesting a new grant and changing the configuration of the app for everyone. -- BDavis (WMF) (talk) 15:31, 25 February 2023 (UTC)

OAuth Consumer Registration

hi @BDavis (WMF), The permissions of the config.php file have been changed to 0600 on OAuth Consumer Registration : 03273f494f4adeea44b4283896f0e0e8 If possible accept. Gerges Shamon (talk) 19:55, 21 June 2023 (UTC)

@Gerges Shamon, you will need to create a new request so that you get a new pair of public/private keys. -- BDavis (WMF) (talk) 20:42, 21 June 2023 (UTC)
@BDavis (WMF), It was completed.-- Gerges Shamon (talk) 20:50, 21 June 2023 (UTC)
@Gerges Shamon I have approved your request. I did want to point out that you have requested an OAuth 2.0 grant. The mediawiki/oauthclient PHP library that you are currently using in your stub app is an OAuth 1.0 client, so it will not actually work with this grant. You will need to either find an OAuth 2.0 PHP client to use or come back and request an OAuth 1.0 grant instead. -- BDavis (WMF) (talk) 21:54, 21 June 2023 (UTC)