All Questions
Tagged with identity-management c#
11 questions
0
votes
1
answer
553
views
Azure AD client credentials generated token does not have claims (EDITED)
I have an app registration in which test.user is my scope. In API permissions, I have delegated permissions for test.user scope.
In Postman, I tried like this:
Grant_type : client_credentials
...
1
vote
0
answers
1k
views
Key vault authentication for .net console app
I am using Az key vault to retrieve Client Secret to Authentication. But when I run my console app using visual studio it return Client Secret based on the account I logged into the Visual Studio.
But ...
0
votes
0
answers
2k
views
authenticate AWS ElastiCache for Redis using an IAM role
I am trying to authenticate AWS ElastiCache for Redis using an IAM role instead of a username and password.
I have successfully authenticated with the Redis cache with username/password using the ...
2
votes
1
answer
915
views
Issue when using the following namespace Microsoft.IdentityModel.Clients.ActiveDirectory
I am getting the following error when trying to load the following namespace
Microsoft.IdentityModel.Clients.ActiveDirectory
Error - The type or namespace IdentityModel does not exist in the namespace ...
0
votes
1
answer
1k
views
Azure Managed Identity - Function App & Storage Account - DefaultAzureCredential fails but ManagedIdentityCredential succeeds
I want to use user assigned identities for managing access between my resources. I have created an identity which has access the following roles for my storage account:
Storage Blob Data Owner
Storage ...
1
vote
1
answer
1k
views
Authenticate user application with IAM services
a c# windows application give privilege to users with a specific profile in its database. The application does not handle user and password but get the username of the authetcated user in Windows ...
1
vote
0
answers
915
views
FIM disconnect deprovision and new connector
Hi I posted a question yesterday. However, I'm trying to find if the following can be done using FIM.
I'm importing user objects from AD and exporting to SQL table. Here is the SQL table design.
...
1
vote
0
answers
817
views
FIM how to rename the anchor in SQL MA
I'm doing a FIM 2010R2 sync engine project where I'm importing AD user into FIM and exporting some info to a SQL table. I have written the provisioning code and it works fine.
Here is my target SQL ...
0
votes
1
answer
201
views
Identity Management - securing a REST API / web service
What are the practices in 2015 in the companies you work in to provide the highest security level when designing a REST API / web service?
Please answer taking into account Identity Management.
For ...
1
vote
1
answer
1k
views
ASP NET Identity Manager database permissions
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 ...
0
votes
2
answers
2k
views
Write Date of last password change
I am in the process of making a ASP.NET C# Website and i need to output the last time the user has changed their password into a label.
Do i need to create a seperate tabel in my database for this?
...