{ "providers": [ { "enabled": false, "type": "oauth2", "configurableLoginId": "oauth2-localhost", "name": "myApp", "clientId": "", "clientSecret": "", "redirect_uri": "", "access_token_url": "", "grant_type": "authorization_code", "token": { "access_token": "access_token", "expires_in": "expires_in" }, "user": { "id": "sub", "name": "name", "email": "email", "user_info_url": "" }, "oauthUrl": "/authorize", "scope": "email", "state": "123562", "logoUrl": null }, { "enabled": false, "type": "saml2", "configurableLoginId": "", "name": "" } ] }