identity-management

How can I allow a Group to assume a Role?

為{幸葍}努か 提交于 2020-05-24 18:16:41
问题 How can I allow all members of a Group to assume a Role in AWS IAM? I tried Using the following statement but as specified in AWS IAM Principal Element, a Group can not be a Principal. I want to achieve something like below: { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::***:group/developer" }, "Action": "sts:AssumeRole" } ] } The idea is that all members of the group group/developer should be able to assume the role. The

Does / can Alexa replace its generated UserId for a linked user?

旧时模样 提交于 2020-01-22 02:25:51
问题 We have an application utilizing Alexa skill with account linking for user details. According to Alexa's account linking documentation: Our skill is set up for Account Linking which in turn refers to a 3rd party (or it could be internal) Identity Management System (IMS) for user authentication. Our application (as well as our organization) does NOT internally maintain the app's user identities. Let's say the user enabled our skill on her device, at which point (according to the above docs)

ASP NET Identity Manager database permissions

蓝咒 提交于 2019-12-24 11:28:07
问题 I have got Identity Manager set up and running locally, working with ASP.NET Identity. I have a SQL Server 2012 database for the backend. I can create a user and get a list back, however whenever I try and create a role, edit a user or list the roles i get the following: CREATE DATABASE permission denied in database 'master'. The user i have in the connection string is a valid SQL login and is a user on the database that Identity Manager is pointed at, (and obviously can login as i can see

Can I use the facebook credentials to for users to access my site?

人走茶凉 提交于 2019-12-22 18:51:29
问题 I'm starting to work on a site that will be strongly connected to a corresponding Facebook app. I want the contents to be free for all to view, but only registered users will be able to edit it (quite similar to serverfault, actually). Since I think that most of my users will be logged in to facebook, I would really like to use their facebook credentials as to login to my site - the same way Open-Id registration works here. Can this be done? Thanks, Udi Pasmon 回答1: Yes, this is one of the

Fiware Keyrock - organizations are not returned

我们两清 提交于 2019-12-12 05:12:56
问题 I am needing the organizations info, from a specific user. This information is not returned as can be seen below: organizations: [], displayName: 'idm', roles: [ { name: 'Provider', id: 'provider' } ], I am getting an empty list of organizations. Even the owner of the organization receives an empty list. Is this a bug? What can we do to get this information? In my local instance I just get to do up to step 7 of this tutorial: http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php

How to authenticate user via OIM API?

戏子无情 提交于 2019-12-07 12:24:04
问题 I need to do oim user authentication from third party application. I am searching for OIM API for the same. 回答1: In OIM the authentication is offloaded to the Application server (i.e. WebLogic) hence you will have to add a Authentication Provider which knows how to connect to the application which you want OIM to use for authentication. https://blogs.oracle.com/ArdaEralp/entry/configure_oim_ad_ldap_authentication https://docs.oracle.com/cd/E28280_01/web.1111/e13718/atn.htm#DEVSP220 The above

Can I use the facebook credentials to for users to access my site?

一世执手 提交于 2019-12-06 11:45:17
This question was migrated from Server Fault because it can be answered on Stack Overflow. Migrated 10 years ago . I'm starting to work on a site that will be strongly connected to a corresponding Facebook app. I want the contents to be free for all to view, but only registered users will be able to edit it (quite similar to serverfault , actually). Since I think that most of my users will be logged in to facebook, I would really like to use their facebook credentials as to login to my site - the same way Open-Id registration works here. Can this be done? Thanks, Udi Pasmon Yes, this is one of

forgerock Identity Management Solution Vs WSO2 Identity Server

有些话、适合烂在心里 提交于 2019-12-04 11:39:21
问题 I'm trying to choose one of forgerock identity management solution (openAM, openIDM) and wso2 identity server for implementing Identity and Access Management solution. I'm interested in using following features: Single Sign-On (SSO) Policy based access control Managing user identities Connecting to central repository like Active Directory, OpenLdap, Oracle Internet Directory etc. Etc.. Both open source products looks viable. I'm interested in having all of the above features along with good

forgerock Identity Management Solution Vs WSO2 Identity Server

别来无恙 提交于 2019-12-03 06:24:16
I'm trying to choose one of forgerock identity management solution (openAM, openIDM) and wso2 identity server for implementing Identity and Access Management solution. I'm interested in using following features: Single Sign-On (SSO) Policy based access control Managing user identities Connecting to central repository like Active Directory, OpenLdap, Oracle Internet Directory etc. Etc.. Both open source products looks viable. I'm interested in having all of the above features along with good API to implement these features, along with active community support. Which one would be the best