I have gone thorugh http://hasini-gunasinghe.blogspot.in/2012/11/wso2-identity-server-as-scim-service.html .I could able to add users and groups.
Now i want to add more users to one existing group(Already created) by using SCIM .Any suggestion ?
Please refer a related question [1].
[1] Create/Edit users with group or role in WSO2 IS
Hope this helps.
Related
My goal is to have some information about a Google Workspace organization in particular I would need:
main domain/domains
Organization name
Logo of the organization
And maybe other similar info.
I'm trying to use the SDK offered by google to make queries for what I need, in particular I'm using the DirectoryApi.
But it seems I can't find any resource that gives me those infos about the Google workspace of my admin account.
Directory API ref: https://developers.google.com/admin-sdk/directory/reference/rest
Thanks for help in advance.
In order to get the domain you can use the domains.list method. With this method you can also check if it is the primary domain or not.
For the organization name you need the customers.get method. It returns the organization's name as you can see here.
Now, I think there is no API to get the organization's logo. The closest thing would be the users profile picture using the users.photo.get method.
Trying to create SSO for AWS keeping Azure users as source of Truth. Followed below Tut's.
https://learn.microsoft.com/en-us/azure/active-directory/active-directory-saas-amazon-web-service-tutorial
http://blog.flux7.com/aws-best-practice-azure-ad-saml-authentication-configuration-for-aws-console
Anything is to be more precise with user attributes in Azure ? Has anything to enable in AWS to accept the SSO ?
Login is successful(Can see signin's in Azure AD) but it displays message "Your request included an invalid SAML response. To logout, click here
". Any idea what has gone wrong ?
Yes, I think you are on the right path. It seems that you are missing the custom attributes which we are suggesting to add for your application. Those are Role and RoleSessionName. Please see the step #5 in my article https://learn.microsoft.com/en-us/azure/active-directory/active-directory-saas-amazon-web-service-tutorial and make sure that you use the same casing and namespace for the claims. With that the integration should work correctly.
May be I am late to this post. As Jeevan mentioned. You are missing custom attributes that you need to add. I have been struggling with same and found this well explained video. I hope, this will help any one who is struggling with this issues.
Hi I am using WSO2 integrator for my integration projects. I would like to know that, is there a way to hide the source codes deployed in WSO2 as car file.That is, the user should not be allowed to edit the services either in source view or in design view. Also please share the thoughts of customize wso2 itself for the same purpose.
It is possible to create users and assign different permission for users in ESB. You can see in the following documentation how to add users and configure roles:
https://docs.wso2.com/display/ADMIN44x/Configuring+Roles
To add a user On the Main tab in the management console, click Add under Users and Roles and follow along.
The following will help to set permissions:
https://docs.wso2.com/display/ADMIN44x/Role-based+Permissions
we are trying to use google apps' SAML capabilities for our custom apps. In order to pass user roles to our apps we are looking into custom user fields (https://developers.google.com/admin-sdk/directory/v1/guides/manage-schemas). One thing we are struggling with is to automatically assign a default schema to newly created google apps accounts.
Is this somehow doable? Do we miss some option?
Or is there a different approach for this topic?
Thanks for your help.
I am trying to add user(s) to an existing group via the function AddUserCollectionToGroup() of webservice "Users and Groups" (Web Reference: http:///_vti_bin/usergroup.asmx).
I call this webservice to add a user who is 'Local Administrator of SharePoint server' to a group and get SoapServerException with inner exception message as 'The user does not exist or is not unique'. But when I check for the users present in the site collection level, this user does exist.
When I try to add other user, say farm admin which is in AD, then it is successfully added.
Am I missing something? Any help would be appreciated.
(I am using Sharepoint Enterprise)
Thanks and Regards
Arjabh
The below link solved my problem:
http://littletalk.wordpress.com/2009/12/14/the-user-does-not-exist-or-is-not-unique/