kontron / redmine_oauth

Redmine authentication through OAuth.
GNU General Public License v2.0
61 stars 27 forks source link

Added support for OpenID Okta #1

Closed kwickham closed 2 years ago

kwickham commented 2 years 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 2 years ago

Thank you very much for contributing ti the project.