This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Feb 07 18:01:31 simplesamlphp DEBUG [1bff827598] Received SAML2 Response from 'http://idp-linex.jelastic.planeetta.net:80/openam'. | |
| Feb 07 18:01:31 simplesamlphp DEBUG [1bff827598] No certificate in message when validating against fingerprint. | |
| Feb 07 18:01:31 simplesamlphp DEBUG [1bff827598] Found 1 certificates in SAML2_Assertion | |
| Feb 07 18:01:31 simplesamlphp DEBUG [1bff827598] Has 1 candidate keys for validation. | |
| Feb 07 18:01:31 simplesamlphp DEBUG [1bff827598] Validation with key #0 succeeded. | |
| Feb 07 18:01:31 simplesamlphp DEBUG [1bff827598] Filter config for http://idp-linex.jelastic.planeetta.net:80/openam->http://saml-cake.aws.af.cm/simplesaml/module.php/saml/sp/metadata.php/default-sp: array ( 0 => sspmod_core_Auth_Process_GenerateGroups::__set_state(array( 'generateGroupsFrom' => array ( 0 => 'eduPersonAffiliation', ), 'priority' => 60, )), 1 => sspmod_core_Auth_Process_AttributeAdd::__set_state(array( 'replace' => false, 'attributes' => array ( 'groups' => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Request: | |
| https://accounts.google.com/o/oauth2/auth?approval_prompt=auto&client_id&redirect_uri=https://smartpds.idfederate.com/api/login/google2/redirect&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/userinfo.profile | |
| Response: | |
| Error: invalid_request | |
| Missing required parameter: client_id | |
| response_type=code | |
| scope=https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Request: | |
| https://graph.facebook.com/oauth/authorize?scope=publish_stream%2Cuser_location%2Cuser_about_me%2C+email%2Cuser_about_me%2Cuser_birthday&response_type=code&redirect_uri=https%3A%2F%2Fsmartpds.idfederate.com%2Fapi%2Flogin%2Ffacebook%2Fredirect&display=popup&client_id=310015479050308 | |
| Response: | |
| { | |
| "error": { | |
| "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.", | |
| "type": "OAuthException", | |
| "code": 191 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //FightCode can only understand your robot | |
| //if its class is called Robot | |
| var Robot = function(robot) { | |
| }; | |
| Robot.prototype.onIdle = function(ev) { | |
| var robot = ev.robot; | |
| if (robot.availableClones > 0) { |
NewerOlder