redmine_oauth
redmine_oauth copied to clipboard
[DISCUSSION] How to use oauth2 authentication with the redmine api?
These are the current authentication methods https://www.redmine.org/projects/redmine/wiki/rest_api#Authentication for the redmine api.
What is missing here, is the Auth Type "Bearer Token", which may then be an oauth2 access-token.
It might be a better approach, however, to use a JWT based validation here (like e.g. the solr jwt auth https://solr.apache.org/guide/solr/latest/deployment-guide/jwt-authentication-plugin.html) (REF https://www.redmine.org/issues/25140)