I get err tips: Error 405 - Method Not Allowed - wso2-identity-server

I am did this testing as following:
https://docs.wso2.com/display/IS540/Logging+in+to+SimpleSAMLphp+using+Identity+Server
and I did all step .
I clicked "wso2-sp" button:
enter image description here
Then, I got this following err:
Error 405 - Method Not Allowed
https://localhost:9443/authenticationendpoint/login.do?RelayState=http%3A%2F%2Flocalhost%2Fsimplesaml%2Fwww%2Fmodule.php%2Fcore%2Fauthenticate.php%3Fas%3Dwso2-sp&commonAuthCallerPath=%2Fsamlsso&forceAuth=false&passiveAuth=false&tenantDomain=carbon.super&sessionDataKey=2ff2a270-fd75-420b-bfe2-04cc01edf78c&relyingParty=simplesaml&type=samlsso&sp=simplesaml&isSaaSApp=false&authenticators=BasicAuthenticator%3ALOCAL
I guess that I should enable SSO function? and I not sure it.i not know how to enable SSO.
Could you give me any suggestion?
Thanks
henry

Related

Facebook Login Error Code 1 Sub code 1357045

I have implemented a login with facebook method in my website. Originally it works fine, but suddenly this past few days it won't work anymore, even tough I don't change any source code or settings. After some tracing, I found the problem is when I call FB.api /me? it returns this error:
Error Code 1
Error Sub Code 1357045
Message Unknown Error (empty response)
Type Http
Status 0
Does anyone can help me, please ??
FIXED:
Problem solve at this thread Facebook Login JAvascript SDK, Content Securty Policy
Also this error can be because of some extension added to your browsers such as addBlock, Ghostery etc. In my case it was Ghostery.

Wso2 LDAP: error code 65 - no structural object class provided

So i am using Wso2 and when i try to create i get this error
[LDAP: error code 65 - no structural object class provided]
I also got some other mapping errors before that but after mapping correctly the Wso2 attributes to LDAP attributes they went away but now i am stuck on this error. From searching around i found that this error means that the operation that i am trying to do is violating the object class rules for the entry.
How can i get more about what the violation is about so that i can do something about it ?
You can try enabling debug logs for user.core component. In <product_home>/repository/conf/log4j.properties file, uncomment the following entry and restart the server. Then add a user again and check the wso2carbon.log file.
#log4j.logger.org.wso2.carbon.user.core=DEBUG

What is the exact criteria to get Facebook API Error Code: 100 Error Message: Viewer cannot message specified recipients?

when I try to send message using facebook api to a certain user, I get the following error: Error Code: 100 Error Message: Viewer cannot message specified recipients.
I thought I get this error when 1:I'm not a friend of the recipient and 2:he set his "who can contact me" setting to "friends of friends" or 3:set his "whose message do I want filtered into my inbox?" setting to "strict filtering".
However, I was able to send a message who satisfies all the 3 conditions above. So my guess seems to be wrong.
Does anybody know exactly when we get the Error Code: 100 Error Message: Viewer cannot message specified recipients?
Maybe you are using a parameter valid for another method (feed, post), but not for send. Check the valid parameters in the send dialog reference: https://developers.facebook.com/docs/sharing/reference/send-dialog

Sharing through Facebook SDK I am getting the following error in iphone app?Can you suggest me what mistake might me I made?

While I am trying to share something through facebook SDK I am getting error like
"Error Domain=facebookErrDomain Code=10000 "The operation couldn’t be completed. (facebookErrDomain error 10000.)" UserInfo=0xd1700a0 {error={ code = 12; message = "(#12) username is deprecated for versions v2.0 and higher"; type = OAuthException; }}".
Can any one help me which kind of error will be? Thanks in advance
https://developers.facebook.com/docs/graph-api/using-graph-api/v2.0
there is a clear explanation of the facebook error code in the link given above
according to that your error means: login status or access token has expired, been revoked, or is otherwise invalid - Handle expired access tokens (unless subcode is present)

What does the Jawbone endpoint_error "Not found" mean and how do I fix it?

I'm working on jawbone, I got the token
accesstoken
refreshtoken
When I try to get the basic information on the url :
https://jawbone.com/nudge/api/v.1.0/users/#me follow the jawbone api : https://jawbone.com/up/developer/endpoints/user
I received the error :
{"data":{},
"meta":{"message":"Not Found",
"time":1380614680,
"error_type":"endpoint_error",
"error_detail":"Unsupported API version: 1.0",
"code":404}
}
What does this error mean and how do I fix it?
I got the same problem so I ask to the support and here's the answer:
this error message is a little misleading, it actually means it wasn't
able to identify your OAuth token
Did you forget to put the "Authorization: Bearer" in the http header?
I didn't but i still got that error!
At the moment the jawbone api works fine ...