You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
malinthaprasan opened this issue
Mar 3, 2019
· 3 comments
Labels
2.1.0DEPRECATED Label; Use Affected/2.1.0 instead2.2.0DEPRECATED Label; Use Affected/2.2.0 instead2.5.0DEPRECATED Label; Use Affected/2.5.0 instead2.6.0DEPRECATED Label; Use Affected/2.6.0 insteadDocs/No ImpactNo impact on the WSO2 DocumentationType/Bug
Description:
In SSO (federated) setup where user stores are not shared and provisioning is enabled, the Application/* roles are removed from users when they re-login. Due to this, the users are unable to delete/update OAuth applications created in Store after re-login.
The reason for the issue is the current DefaultProvisioningHandler.java doesn't consider skipping Application/* roles when updating roles of user (when re-login).
OS, DB, other environment details and versions:
SSO, Federated, JIT Provisioning
Steps to reproduce:
Created an SSO setup enabling provisioning
Log into Store using a user with SSO
Create an application and generate keys
Now check from the carbon console for the particular user. The application role is assigned to the particular user.
Logout from the Store.
Again login to the store with the same user.
Now check from the carbon console for the particular user. The application role is not assigned to the particular user.
The text was updated successfully, but these errors were encountered:
malinthaprasan
added
Type/Bug
2.1.0
DEPRECATED Label; Use Affected/2.1.0 instead
2.2.0
DEPRECATED Label; Use Affected/2.2.0 instead
2.5.0
DEPRECATED Label; Use Affected/2.5.0 instead
2.6.0
DEPRECATED Label; Use Affected/2.6.0 instead
labels
Mar 3, 2019
praminda
added a commit
to praminda/carbon-identity-framework
that referenced
this issue
Mar 6, 2019
I'm having this issues on Apim 4.0.0. I have configured wso2 is using the guide in the docs. However, when I create an application using devportal with api_user I cannot edit the application upon relogin. I've checked in management console that after a login the application/* role is not assigned anymore.
pls configure org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl.SystemRolesRetainedProvisionHandler.java as the provisioning handler. It should resolve the issue.
2.1.0DEPRECATED Label; Use Affected/2.1.0 instead2.2.0DEPRECATED Label; Use Affected/2.2.0 instead2.5.0DEPRECATED Label; Use Affected/2.5.0 instead2.6.0DEPRECATED Label; Use Affected/2.6.0 insteadDocs/No ImpactNo impact on the WSO2 DocumentationType/Bug
Description:
In SSO (federated) setup where user stores are not shared and provisioning is enabled, the Application/* roles are removed from users when they re-login. Due to this, the users are unable to delete/update OAuth applications created in Store after re-login.
The reason for the issue is the current DefaultProvisioningHandler.java doesn't consider skipping Application/* roles when updating roles of user (when re-login).
OS, DB, other environment details and versions:
SSO, Federated, JIT Provisioning
Steps to reproduce:
Now check from the carbon console for the particular user. The application role is assigned to the particular user.
Now check from the carbon console for the particular user. The application role is not assigned to the particular user.
The text was updated successfully, but these errors were encountered: