diff --git a/src/onegate/onegate-server.rb b/src/onegate/onegate-server.rb index 754e10b40d..333261b15f 100644 --- a/src/onegate/onegate-server.rb +++ b/src/onegate/onegate-server.rb @@ -81,6 +81,10 @@ end set :cloud_auth, $cloud_auth +before do + content_type 'application/json', :charset => 'utf-8' +end + helpers do def authenticate(env, params) begin