identitymanager

Secure IdentityManager with IdentityServer3

佐手、 提交于 2020-01-21 20:31:07
问题 In my setup I have IdentityManager on the same host of IdentityServer. All the required configuration is on database. To create my setup I have taken in consideration this question on stackoverflow.com and then followed all the regarding discussion on this github issue. I have also subscribed to Gitter to find the conversation mentioned on the SO question referenced. My setup is almost identical to the one of @ilter. However in my case I keep getting Error: You are not authorized to use this

Secure IdentityManager with IdentityServer3

泄露秘密 提交于 2020-01-21 20:29:46
问题 In my setup I have IdentityManager on the same host of IdentityServer. All the required configuration is on database. To create my setup I have taken in consideration this question on stackoverflow.com and then followed all the regarding discussion on this github issue. I have also subscribed to Gitter to find the conversation mentioned on the SO question referenced. My setup is almost identical to the one of @ilter. However in my case I keep getting Error: You are not authorized to use this

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