kontron / redmine_oauth

Redmine authentication through OAuth.
GNU General Public License v2.0
51 stars 25 forks source link

Added support for OpenID Okta #1

Closed kwickham closed 1 year ago

kwickham commented 1 year ago

Added support for OpenID Connect & OAuth 2.0

Note: CSRF token was added to the authorize url because the 'state' parameter is required by the API but CSRF validation is not actually implemented.

picman commented 1 year ago

Thank you very much for contributing ti the project.