at Home -> Entitlement -> PAP -Policy Administration -> Basic XACML Editor
Error: The Action tools icon does not show any choices (just a blank field), its empty. This happens on a fresh install of the server.
The same type of error also happens at "User Role" selection, a text field
named "Enter Attribute Search Pattern" which shows a blank value.
I expected here to see a pre filled value like "http://hostname/claims/role" as shown in the screen-copy of the example described in article, here:
http://xacmlinfo.org/2012/05/02/xacml-policy-editor-in-wso2-identity-server/
Please send an updated instruction for use of the Basic Policy Editor
on WSO2 identity server Version 5 showing an example how to define and configure a basic XACML rule.
Thanks in advance for your support.
Below as attachment, you see a hardcopy of the issue at the WSO2 Standard Editor when using Attributes from the Extension section.
Enclosure: Policy Editor Customization
Related
I want to use the WSO2-IS (5.5.0) as Identity Provider for my various applications and enable single sing-on for all of them.
I have added one of my app as service provider and configured the Oauth/OpenID Connector it.
Because I want to allow my users to signup by themselves, I have enabled 'Self User Registration' under Account Management Policies in Resident Identity Provider.
So When I try to self signup, I receive the sign up page with bunch of form fields which I want to edit.
Here is the screenshot of what I form fields I get:
How do I edit this page?
For example, If I just want FirstName, LastName, Password, ConfirmPassword and Organization what are the changes to be made and where?
From the documentation, I figured out that Claim Configuration of the Service Provider should do the thing.
I have even tried to configure the claims and tried to use custom claim dialect. But with no luck.
How do I achieve it? Any help will be appreciated.
Attributes that shows in the self sign up page are the WSO2 dialect claims which has "Supported by Default" configuration enabled. If you o to claim dialect list page and go to "http://wso2.org/claims" dialect and expand agny claim, you can see this configuration. Mandatory one's (which has the red astrix mark) are the claims that has "Required" config enabled. For example see below config of the department claim.
If you go to one of the user's profile from the management console, you can see the same set of claims there also.
You can change the "Supported by Default" and "Required" config of each claim to cater your requirement in the registration profile.
One other option is you can customize the self sign up page itself. Page is self-registration-with-verification.jsp in accountrecoveryendpoint we application in <IS-HOME>/repository/deployment/server/webapps folder. But still you will have to ask the user to enter the "Required" claims
In my sitecore content authoring, i'm trying to create new user and to assign the roles. But the roles are not being added to the user. Not sure what is going wrong. I have done this before, in same authoring server and i succeeded.
Below are the screen shots.
In Ribbion -> Usermanager -> New : Below screen appeared and filled these details.
Clicked on Edit Roles and added the roles.
Clicked on Ok. I don't see roles being added to the list.
Here are the few information :
1. I'm using sitecore 6.6
2. Tried in latest chrome and Mozilla browser.
This is a known issue . Here is the reference into Sitecore Knowledge Base site :
http://kb.sitecore.net/articles/826753
I have a Community Admin role, inherited by
sitecore\Sitecore Client Securing
sitecore\Sitecore Client Users
sitecore\Sitecore Client Publishing
sitecore\Sitecore Client Designing
sitecore\Sitecore Client Authoring
And I want to make quick info section visible to only Community Admins in Sitecore 8.
I tried using the checkbox Quick Info in Application options button in Top left corner of the content editor. This helps, but it is user specific that I can make this option show/hide to a particular user not for all the users who have Community Admin role.
How can I make this Quick Info section visible to all Community Admin users?
There is no user interface for specifying which users / roles can / cannot see Quick Info section. The only setting I am aware of is Sitecore top left (Hamburger) button --> Application options --> Content editor --> Quick info section; that is just a checkbox applied for currently logged user only.
Does custom code works out for you? There was a previous SO question on How to Hide Quick Info Programmatically
You can slightly modify the code from that post in order to check if user is in roles with Sitecore.Context.User.IsInRole method and that would work.
You Can also enable the quick info section by navigating to View -> Standard Fields and check the 'Standard Field' checkbox.See below screenshot.
I am using wso2 IS 4.5.0. I recently modified the standard policy editor so as to use a new attribute but the modification doesn't seem to work. Specifically, when I select the attribute and hit Search, the attribute finder returns the message:
No entitlement data finder module is defined for this category
Has anyone an idea on how to resolve this? thanks in advance,
Maria
Yes.... It is the expected behavior with default implementation. Let me explain this further; Attributes are retrieved to this UI page, using an pluggable entitlement data finder modules. These modules can be plugged with WSO2IS. Attribute sources can be from databases, user stores or any... Default implementation is only retrieved roles from WSO2IS user store. But, if you want more to show in this UI, You can do it by extending default implementations. Please find the source fore default implementation from here. This would help you to get some idea.
The business requirement says that the PDF cannot be printed.
I looked up the doc of cfreport, and it says for format="pdf", there is a permissions attribute that I can set to a list of permissions including AllowPrinting.
However, setting permissions="" does not take away the printing permission. I checked by Right Cick on Adobe Reader browser plugin -> Document Property -> Security, it says Printing: Allowed"
How do I disable printing? Thanks.
Found out in the doc of CFPDF that encryption attribute must be set before it respects permissions attribute!