wso2is

wso2 identity server - disabling user sign up

泄露秘密 提交于 2019-12-08 13:35:02
问题 I would like to disable the default wso2 identity server functionality that allows new users to sign themselves up (wso2is user guide description). Instead, I would only like the administrator to be able to create new users. Is this possible? How do I configure this? 回答1: It is possible to disable users from registering themselves on the WSO2 identity server. The steps to follow for disabling users from self registering can be found here 来源: https://stackoverflow.com/questions/11317440/wso2

Unable to create Access token grant type in wso2 API manager store to test API

非 Y 不嫁゛ 提交于 2019-12-08 09:08:27
I am following this link Read this paragraph "The API is now available in the API Store and ...." Am working on window in this paragraph they are saying create Access token "curl" command. But i am unable to do that. Also am creating access token after subscribe API In "MY Subscription" tab there are two option to create Access token "Production" and "Sandbox" but by using that token API calling giving error. " 900910 The access token does not allow you to access the requested resource Access failure for API: /accessPolicy/v1.0.0, version: v1.0.0 with key: e2dc44322fe78bb7bdb6d83519ff863e "

WSO2 Identity Server - SAML SSO - Passive STS example not working

痴心易碎 提交于 2019-12-08 07:42:29
问题 I'm referring to the following article: http://wso2.org/library/articles/2010/07/saml2-web-browser-based-sso-wso2-identity-server This example works with identity server 4.0.0 but NOT with identity server 4.1.0... With 4.1.0 - the SAML response is returned, but the relying party application throws an exception when it is trying to deserialize the message. Could this sample be updated to work with the later version of IS? Here's the stack trace of the relying party application: SEVERE: Servlet

WSO2IS NullPointerException when using step authenticator

99封情书 提交于 2019-12-08 07:34:02
问题 Occasionally (?) the WSO2 IS user is unable to authenticate with following exception. When retrying, the user will be authenticated. Any ideas what could be reason / resolution? We set up the session caching. Using WSO2 Identity Server 5.0.0.SP1 / SAML authentication with the authenticator set to advanced (single step, multiple options). I cannot find the correct source code commit to check out (to match the line number in the exception) Thank you all in advance Gabriel TID: [0] [IS] [2016-02

WSO2 Identity Server + Rest STS Client (without ESB)

北战南征 提交于 2019-12-08 06:37:28
问题 Is below possible using WSO2 IS? I have gone through different WSO2 blogs. They are nice pointer. Still I need to advised on this. Requirement- WSO2 Identity Server + Rest STS Client (without ESB) Users are managed on WSO2 Identity Server. STS Client use RestFul API to call WSO2 Identity Server's STS service for a) Get Security Token b)Validate Token c)cancel Issued Token d) renew Issued Token Retrieve user profile using a specific Security token. Reference: https://web.cci.emory.edu

WSO2 Identity Server not returning requested claims with OAuth/OpenID

こ雲淡風輕ζ 提交于 2019-12-08 06:33:37
问题 I'm trying out OAuth/OpenID with WSO2 Identity Server 5.1.0, but I'm having problems with returning the claims I need. I'm not sure if I'm misunderstanding how this should work... I'm using the default resident identity provider. The service provider has the claims configured like this: This only other configuration for this SP is inbound authentication with OAuth2. When I get an OAuth token for this service using the openid scope, the JWT received only has the subject field (email address in

Unable to create Access token grant type in wso2 API manager store to test API

拟墨画扇 提交于 2019-12-08 05:02:49
问题 I am following this link Read this paragraph "The API is now available in the API Store and ...." Am working on window in this paragraph they are saying create Access token "curl" command. But i am unable to do that. Also am creating access token after subscribe API In "MY Subscription" tab there are two option to create Access token "Production" and "Sandbox" but by using that token API calling giving error. " 900910 The access token does not allow you to access the requested resource Access

WSO2 Identity Server AuthenticationAdmin API Authentication Failed

限于喜欢 提交于 2019-12-08 04:34:21
问题 I am following tutorial mentioned here: https://docs.wso2.com/display/IS500/Managing+Users+and+Roles+with+APIs And using the sample code provided on the page: http://cache.facilelogin.com/org.wso2.identity.um.sample.zip I have added the required JARs to the eclipse project. The project builds successfully without any issues. However, when i run the project, i get following errors: log4j:WARN No appenders could be found for logger (org.apache.axiom.om.util.StAXUtils). log4j:WARN Please

WSO2 Identity Server external LDAP throws OBJECT_CLASS for OID identityperson does not exist

帅比萌擦擦* 提交于 2019-12-07 23:52:54
问题 I am using the Identity Server 4.1.0 and also I am running an ApacheDS within the Apache Directory Studio. So what I want now is connect my IS to the external LDAP. IS is connecting fine to the ldap, only it throws errors because there are attribute-definitions missing. At least that is my interpretation of the stacktrace. I saw that other people tried it too: WSO2 external ldap not working But my error is different. Also I see how in this blog it is explained well how to use the Directory

WSO2IS NullPointerException when using step authenticator

耗尽温柔 提交于 2019-12-07 18:16:27
Occasionally (?) the WSO2 IS user is unable to authenticate with following exception. When retrying, the user will be authenticated. Any ideas what could be reason / resolution? We set up the session caching. Using WSO2 Identity Server 5.0.0.SP1 / SAML authentication with the authenticator set to advanced (single step, multiple options). I cannot find the correct source code commit to check out (to match the line number in the exception) Thank you all in advance Gabriel TID: [0] [IS] [2016-02-15 13:07:22,914] ERROR {org.wso2.carbon.identity.application.authentication.framework.handler.request