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

Provide support for github apps #3427

Open
2 tasks done
blixem777 opened this issue Mar 22, 2024 · 1 comment
Open
2 tasks done

Provide support for github apps #3427

blixem777 opened this issue Mar 22, 2024 · 1 comment

Comments

@blixem777
Copy link

Preflight Checklist

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Problem Description

From the docs, it seems there is support for github oauth2 apps, but not for github apps.

Since github is recommending using github aps instead, it would be great if there was support for that in dex.

Proposed Solution

Something like the below:

connectors:
- type: github
  id: github
  name: GitHub
  config:
    appID: YOUR_APP_ID_FROM_GITHUB
    appPrivateKeyPath: /path/to/your/private-key.pem
    ...

Alternatives Considered

No response

Additional Information

No response

@nabokihms
Copy link
Member

@blixem777
Is this more secure than using oauth2 flow for authentication? What is appPrivateKeyPath?

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

No branches or pull requests

2 participants