-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.12, 4.0.6, 4.1.1
If you set up an OAuth 2 service and enable Authenticate token requests via HTTP headers then you cannot turn this off again.
To reproduce this issue
- Go to Site administration > Server > OAuth 2 Services.
- Click Custom to create a new custom service.
- Enter:
- Name: test
- Client ID: test
- Client secret: test
- Authenticate token requests via HTTP headers: Yes
- Click Save changes.
- Click the edit (gear wheel) icon for the service.
- Uncheck Authenticate token requests via HTTP headers and click Save changes.
- Click the edit (gear wheel) icon for the service.
Expected results
Authenticate token requests via HTTP headers is no longer checked.
Actual results
Authenticate token requests via HTTP headers is still checked.
- is a regression caused by
-
MDL-61880 Oauth2 field mappings are reset and endpoints lost when identity issuer settings saved
-
- Closed
-
- links to