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

Compatible Relying Parties #28

Open
6 of 19 tasks
erlend-sh opened this issue May 24, 2024 · 3 comments
Open
6 of 19 tasks

Compatible Relying Parties #28

erlend-sh opened this issue May 24, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@erlend-sh
Copy link
Contributor

erlend-sh commented May 24, 2024

Relying Parties is OIDC-speak for web apps.

Requirements.

  • OIDC
    • PKCE – Proof Key for Code Exchange by OAuth Public Clients

We are testing for compatibility with the following RP apps:

IndieWeb

Fediverse

IMG_2384

Alt-web

@zicklag
Copy link
Collaborator

zicklag commented May 25, 2024

Just tested Gotosocial. Needs PKCE support like OpenGist: superseriousbusiness/gotosocial#2225.

@erlend-sh erlend-sh added the help wanted Extra attention is needed label May 27, 2024
@erlend-sh erlend-sh pinned this issue Jun 6, 2024
@ThisIsMissEm
Copy link

ThisIsMissEm commented Jul 16, 2024

Do keep in mind that Mastodon does not implement OIDC for API access, but does for SSO; That is, Mastodon is always an OAuth 2 provider / authorization server, however it can be configured to do SSO via OIDC

That is to say, mastodon/mastodon#30329 is probably entirely unrelated to what you're doing here, which seems to be SSO.

@ThisIsMissEm
Copy link

So what you'd want for Mastodon SSO to support PKCE is the PKCE configuration options passed to config.omniauth :openid_connect, oidc_options in https://github.com/mastodon/mastodon/blob/e56fb9e4890435ef89b56ef5d1b9a8d0d46ab938/config/initializers/3_omniauth.rb — currently it does not include those options: https://github.com/omniauth/omniauth_openid_connect?tab=readme-ov-file#options-overview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants