We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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 ...
No response
The text was updated successfully, but these errors were encountered:
@blixem777 Is this more secure than using oauth2 flow for authentication? What is appPrivateKeyPath?
Sorry, something went wrong.
No branches or pull requests
Preflight Checklist
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:
Alternatives Considered
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: