Update App Client Settings
PATCH {{auth_backend_server}}/app-clients/{{AppClientID}}/settings
Request Body
{"data"=>{"type"=>"auth/app-client-settings", "attributes"=>{"allowedCallbackURLs"=>["https://yourappurl.com"], "allowedLogoutURLs"=>["https://yourappurl.com/logout"], "appLoginURI"=>"https://yourappurl.com/login", "allowedWebOrigins"=>["https://yourappurl.com"], "tokenEndpointAuthMethod"=>"none"}}}