wso2is

WSO2IS after upgrading to 5.1.0 SPs is disappering

丶灬走出姿态 提交于 2019-12-12 03:44:11
问题 After upgrading wso2is from 5.0.0 to 5.1.0, all my Services Providers disappeared, it's listing in the table SP_APP but the interface don't show the SPs. There any step that I may forgot to execute? I follow the proccess described in wso2 site. https://docs.wso2.com/display/IS510/Upgrading+from+a+Previous+Release, with 0 erros. Creating new SPs, work perfect, only old SPs its problem. 来源: https://stackoverflow.com/questions/38010700/wso2is-after-upgrading-to-5-1-0-sps-is-disappering

WSO2IS-5.3.0 Pb with password management

佐手、 提交于 2019-12-12 03:32:02
问题 I'm migrating my app from wso2is-5.2.0 to wso2is-5.3.0. In user-mngt.xml I have from 5.2.0 <Property name="PasswordJavaRegEx">^[\S]{1,30}$</Property> <Property name="PasswordJavaScriptRegEx">^[\S]{1,30}$</Property> <Property name="PasswordJavaRegExViolationErrorMsg">Password length should be within 1 to 30 characters</Property> In the wso2is-5.3.0 carbon console, I put the same values from Identity Providers > Resident > Password Policies > Password Pattern and restart wso2is, but I still

Invalidating old Reset Password Links in WSO2 Identity Server

北战南征 提交于 2019-12-12 03:28:05
问题 I am following this guide to allow the users to reset the password using email. The problem is when the user requests "password reset link" for multiple times, the old links generated are not invalidated. (Password can be reset using either the latest link or old links). Is there any parameter I can set to invalidate the old links? 回答1: Currently, generated confirmation codes will invalidate only once user change his password successfully. So as you have mentioned user will be able to recover

wso2: Can't login to correct publisher tenant

霸气de小男生 提交于 2019-12-12 03:13:29
问题 Environment : wso2 API-M + wso2 Identity server (Key manager) and they shared the same user store. 2 service providers(publisher and store) and 2 identity providers(Google and Facebook) in the carbon.super tenant. SSO service enabled and issuer IDs follow above. Enable OAuth2.0 users(Google and Facebook) to login. 3 tenants (carbon.super , TA and TB) in the environment. What I tried: Social accounts can login to publisher and store and they will be directed to carbon.super publisher. TA users

WSO2-APIM/IS How to configure repository\conf\identity\identity-providers\default.xml

我怕爱的太早我们不能终老 提交于 2019-12-12 03:07:59
问题 I have created a custom federated authenticator in WSO2-APIM/IS and have enable Just-In-Time Provisioning. Since in API Manager when an application is created a corresponding service provider will be created as well. I want to have all service provider be using my custom authenticator as default which, I think, can be done by editing the file repository\conf\identity\identity-providers\default.xml However I can not find the information in the documentation on the format of this file which I

what this samlssoTokenId used for can it be used for refresh session and get new SAML certificate?

狂风中的少年 提交于 2019-12-12 01:54:09
问题 I am evaluating WSO25.0.0 , require token based access authentication and authorization Using wso2 5.0.0 Identity Server, for web sso with SAML2 , when I send SAML request to wso2 using Idpurl https://localhost:9443/samlsso from browser I found it have samlssoTokenId cookie, with some expire time Can this cookie token can be used for getting new SAML certificate, which will used further for authentication and authorization. what this samlssoTokenId cookie used for can it be used for refresh

Mandatory service provider claims always asked and not returned in openid profile

百般思念 提交于 2019-12-12 01:41:15
问题 I have added a local custom claim namely http://wso2.org/claims/fg_imprenditore to http://wso2.org/claims dialect and mapped it on a custom primary user store attribute (JDBC user store). The custom claim appears in the user profile and I can set/update the value correctly. I have defined a new service provider and added the custom claim in Claim Configuration -> Use Local Claim Dialect. In addition I have edited /_system/config/oidc and modified the openid property to include the new claim

WSO2IS-5.2 - Null Pointer Exception in Authentication framework

拜拜、爱过 提交于 2019-12-12 01:27:57
问题 I am using wso2is-5.2 as a identity server in my project. In my project, first I login in one application ( Suppose ULW is this application ) and using single sign on , I am getting login in other application (Suppose other applications are Data Manager and Data Populater) also. I am able to logging off from ULW but When I am logging off from *Data Manager or Data Populator* , I am getting exception - ERROR {org.wso2.carbon.identity.sso.saml.processors.SPInitLogoutRequestProcessor} - Error in

Failed to log out SAML WSO2 IS 5.0

≡放荡痞女 提交于 2019-12-11 22:58:36
问题 I'm using simpleSAMLphp with SAML(WSO2 IS 5.0) to login in my application, if I try log out after 60 minutes this error is shown: TID: [0] [IS] [2014-12-02 11:10:36,346] ERROR {org.wso2.carbon.identity.sso.saml.processors.LogoutRequestProcessor} - No Established Sessions corresponding to Session Indexes provided. {org.wso2.carbon.identity.sso.saml.processors.LogoutRequestProcessor} TID: [0] [IS] [2014-12-02 11:10:36,438] ERROR {org.apache.catalina.core.StandardWrapperValve} - Servlet.service(

XACML Policy and Request

点点圈 提交于 2019-12-11 20:44:10
问题 first I would like to mention that this certainly a novice question, but I was looking for hours now and I do not have an answer. I just started trying XACML for academic purposes. I use the editor provided with wso2-is to write some policies and to evaluate them against some requests. I created this policy to express that the subject u can read or write from a resource d <Policy xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" PolicyId="test-bis" RuleCombiningAlgId="urn:oasis:names:tc