Skip to content
Snippets Groups Projects
Commit 0cc5a6dd authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '555-oauth-application-form-missing-algorithm-field' into 'master'

Resolve "[OAuth] Application form missing algorithm field"

Closes #555

See merge request !798
parents 251d8768 8596ad80
No related branches found
No related tags found
1 merge request!798Resolve "[OAuth] Application form missing algorithm field"
Pipeline #43062 canceled
......@@ -16,6 +16,7 @@ Fixed
* [OAuth] Register `groups` scope and fix claim
* [OAuth] Fix OAuth claims for follow-up requests (e.g. UserInfo)
* [OAuth] Fix grant types checking failing on wrong types under some circumstances
* [OAuth] Re-introduce missing algorithm field in application form
`2.2`_ - 2021-11-29
-------------------
......
......@@ -746,6 +746,7 @@ class OAuthApplicationForm(forms.ModelForm):
"client_id",
"client_secret",
"client_type",
"algorithm",
"allowed_scopes",
"redirect_uris",
"skip_authorization",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment