Skip to main content

Questions tagged [identity]

An inherent property of an entity that distinguishes that entity from all others. Frequently used to refer to user identity and authentication.

1 vote
1 answer
30 views

Different authorization for one folder page than for the rest of the folder in ASP.NET Core Razor

Using ASP.NET Core identity, I'd like to allow an authorized user ability to change their password, but require the policy "Admin" access to access the other Account Manage pages. However, ...
Greg L.'s user avatar
  • 11
-2 votes
0 answers
16 views

Open source to check Identity? [closed]

I am a developer working with a proprietry product in Higher Education (HE) in the UK - I very much doubt anyone would have heard but lets just say the product name is "ABC" and built on ...
Tryingtosurvive's user avatar
0 votes
0 answers
16 views

Deleting the role from instance profile throwing access denied error

I have below code which deletes the inline policy, managed policy and the role it self from the IAM. For this I have created a role with following custom policies attached to it. STS { "...
Vikas's user avatar
  • 1
0 votes
0 answers
9 views

IdentityServer4 Cert AddSigning Credentials

I need some clarification, on the AddSigningCredentials(cert). I know it's recommended for Prod to have use that extension method. The certificate that can be used there, can it be self-generated or ...
Henkie's user avatar
  • 1
0 votes
0 answers
13 views

impersonation working only for some users in Sugarcrm

I implemented Sugar Identity in Sugar 14, for some users impersonation is working , for some are not like this active user is working https://console-us-west-2.service.sugarcrm.com/api/impersonate/...
neeraj's user avatar
  • 345
0 votes
0 answers
27 views

There was an error running the selected code generator:' Package restore failed. Rolling back package changes for' Hospital.Web'.'

Hospital.Web -> (right click) Add -> New Scaffolded Item... -> Identity -> (checked) Override all files I pointed my Identity to the DbContext class. But when adding this error "There ...
Abbos Ergashev's user avatar
0 votes
0 answers
90 views

Issue with Token Generation in ASP.NET Core 8 using Azure AD B2C: Error AADSTS50049

I'm working on an ASP.NET Core 8 API called ApiApp secured with Azure AD B2C and an ASP.NET Core MVC application called WebApp. Everything works fine, and I can call ApiApp from WebApp. I want to ...
micex's user avatar
  • 43
0 votes
1 answer
95 views

Error AADSTS50049: "Unknown or invalid instance" in ASP.NET Core 8 MVC with Azure AD B2C

I am working on an ASP.NET Core 8 MVC application and using Azure AD B2C for authentication management. Below is my appsettings.json configuration: "AzureAdB2C": { "Instance": &...
micex's user avatar
  • 43
0 votes
0 answers
22 views

Automatically acquire access token for site hosted in sharepoint to authenticate in on-premise web api

Is it possible to silently, completely without user interaction, acquire access token from login.microsoftonline.com, to authenticate web api running on-premise? I have registered an app in Azure ...
pilifi's user avatar
  • 43
0 votes
0 answers
31 views

.NET SQL connection with SQL Server account and user identity

I have an ASP.NET app which connects to SQL Server using a SQL Server account. For auditing purposes, we use temporal tables which requires us to manually pass in the users doing the updates (AD ...
Shawn's user avatar
  • 2,366
0 votes
1 answer
58 views

Session Cookie in Blazor Interactive Rendermode and individual Identity with Default Web APP

I made a Blazor 8 Web app project with Interactive Server, individual Identity, per page/component. so I just did debug it registered one user and login close the tab or close the web browser each ...
sayditto's user avatar
  • 111
0 votes
1 answer
26 views

How to make redirect after logout using OpenIddict?

I have logout endpoint that invalidates user token and should perform redirect to login page after logging user out [HttpGet("logout")] [HttpPost("logout")] [ApiVersion(&...
Oleksiy's user avatar
  • 21
0 votes
1 answer
15 views

Connect akeneo PIM System to identity server

has anyone of you guys experience in connecting akeneo PIM system to identity server or keycloak. I am trying to find a way of having a single-sign-on approach so that the users does not have to login ...
peter0601's user avatar
0 votes
0 answers
31 views

CakePHP5 - How can I migrate findAuth from CakePHP3

I'm about to migrate my old CakePHP3 App to 5. It is quite difficult. I try to entend the Auth Identity which is actually limited tu users table field with associated data. In 3 i use FindAuth, but it ...
Philippe Hoarau's user avatar
0 votes
0 answers
81 views

How to use identity in React ASP.NET Core project?

I have created a new React & ASP.NET Core project and added identity by scaffolding. Then, I published this project on GitHub publicly. The project repository can be found at https://github.com/...
hmahdavi's user avatar
  • 2,312

15 30 50 per page
1
2 3 4 5
201