Questions tagged [identitymanager]

45 questions
3
votes
2 answers

How do identityserver permissions work?

Scenario 1: Assume I have angular client with implicit grant type. I am also using asp.net identity to log in with database users. I log in as user Bob. I access my list of cars. For each car I have an option to edit my car. Each row has edit button…
sensei
  • 7,044
  • 10
  • 57
  • 125
2
votes
1 answer

asp.net identitymanager doesn't work, he doesn't bind user with role in db (table: AspNetUserRoles)

i'm trying to use IdentityManager (just first), and it looks very greatful, and it is creating the role (it's cool), but why it isn't bind the user with the selected role (int idm), because if when i use the attribute [Authorize(Roles = "Admin")] in…
Azamat
  • 46
  • 1
  • 8
2
votes
1 answer

Db queries of OIM

DB query to check Account status of the user DB query to check Entitlement status of the user DB query to check Role and Access Policy mapping. Please let me know if anyone have these queries?
2
votes
1 answer

How to use IdentityManager with AspNetCoreIdentity

is there a chance to user IdentityManager with an AspNet Core Identity? I did not find any implementation of IIdentityManagerService for AspNetCoreidentity. Alternatively, is there any replacement for IdentityManager when using AspnetCore…
Skorunka František
  • 5,102
  • 7
  • 44
  • 69
2
votes
2 answers

How to authenticate user via OIM API?

I need to do oim user authentication from third party application. I am searching for OIM API for the same.
1
vote
1 answer

configuring attributes in MIM2016

In MIM2016 under Management Agents when creating a connector, is it possible to place logic in the attribute flow? I'm importing a field, I want to change it to a specific value based on the value of another field that I am importing.…
1
vote
1 answer

SQL How to Create a View Using Cross Reference Tables

I am new to SQL but am pretty good with PowerShell and the AD Module. We are implementing MIM 2016 and I have to transpose my AD scripts into it. In one script I am pulling from AD users the Department attribute. Then, using 2 csv files, I do a…
1
vote
1 answer

IdentityServer.IdentityManager requires no login

I am using the AspNetIdentity sample from the IdentityServer3 Samples file. When I start up the application the first page shows links for the Identity Server Welcome page and the Identity Manager User admin. When I click on the Identity manager…
Terry H
  • 89
  • 1
  • 9
1
vote
1 answer

How to unlock user xelsysadm?

While logging into OIM the xelsysadm account got locked any idea how to unlock xelsysadm account?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1
vote
2 answers

How to get IT resource Key from OIM using SQL query?

To update child form lookup I need IT resource Key. Is there a SQL query for the same?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1
vote
1 answer

Event handler not triggering when user created using SCIM/REST APIs for UDF

While creating user via OIM API--> My Event handler gets Triggered While creating user via OIM GUI--> My Event handler gets Triggered While creating user via OIM SCIM API--> My Event handler is NOT getting Triggered... Any clues?
1
vote
2 answers

How to stop the Role Assignment on the basis of certain condition in OIM 11g r2 PS3

I have coded one event handler to intercept the role_assignment and role_revoke operation. I need to run some webservice on remote server and if response is 200 _ OK I want to do nothing. But if response is not 200 I need to fail role…
1
vote
1 answer

How to remotely access the Identity Manager API hosted on IdentityServer3?

I have searched and found something but without full documentation here. Could someone please give me a step by step explanation? I have IdentityServer3 well-configured and I confirm that I can access the IdentityManager through the browser and…
Jalal El-Shaer
  • 14,502
  • 8
  • 45
  • 51
1
vote
2 answers

Custom groovy script is not getting invoke for DBAT trusted Incremental reconciliation

I have DataBase Application Table(DBAT) connector installed on OIM11gR2PS3 box. We have custom groovy script in place for Incremental Reconciliation scheduler, but even having just sysout statements in groovy, the script is not getting invoked. I…
Kunal Varpe
  • 419
  • 1
  • 5
  • 28
1
vote
0 answers

Access Policy not provisioning resource Accounts to the User

I have a role based access policy configured in OIM PS3 environment, Whenever user is provisioned Role 'A' user is entitled to get AD account and viceversa. But this is not happening even after running evaluate user policies job multiple time. In…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1
2 3