Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation for Wikimedia SSO #500

Open
mariobehling opened this issue Jan 8, 2025 · 0 comments · May be fixed by #511
Open

Fix documentation for Wikimedia SSO #500

mariobehling opened this issue Jan 8, 2025 · 0 comments · May be fixed by #511
Assignees

Comments

@mariobehling
Copy link
Member

mariobehling commented Jan 8, 2025

Firsly fix the description for the form elements for Wikimedia to:

  • Client Application Key
  • Client Application Secret

Screenshot from 2025-01-08 05-25-24

Secondly please change the documenation as follows:

  1. Register your OAuth application at: [MediaWiki OAuth Consumer Registration]
  2. Click "Propose new OAuth 2.0 client"
  3. On the form enter
    a) an application name
    b) an application description
    c) Set OAuth "callback" URL to: https://app.eventyay.com/tickets/accounts/mediawiki/login/callback/
    d) Contact Email address
    e) Tick "Client is confidential"
    f) Tick "Authorization code"
    g) Tick "Refresh token"
    h) Choose "Request authorization for specific permissions."
    k) In the section "Applicable grants" select "Basic Rights" and "Access private information"
    l) Finally tick the box to accept the terms and submit.
  4. On the next page copy the registered application will return the OAuth access information:
  • client application key
  • client application secret
  1. Add the client application key and client application secret to your Eventyay social auth settings

Delete Sentence:
Choose option: User identity verification only with access to real name and email address, no ability to read pages or act on a user's behalf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants