Environment:
- MW 1.35
- PluggableAuth: 7.0.0
- WSOAuth: 9.0.0
I'm trying to do a PluggableAuth integration with Wikimedia and the configuration documentation example refers to receiving:
- A "clientId" and "clientSecret"
however upon completion of my OAuth 1.0a application I only get:
- A Consumer token and a Consumer secret, and
- An Access token and an Access secret
It is not clear to me how to configure my wgPluggableAuth_Config
.
Is the nlwiki example [0] out of date? Please advise. Thank you!