Questions tagged [claims-authentication]
43 questions
0
votes
1 answer
How is Input claims set initialised in ADFS
I have a question regarding claim rules and how they are processed in ADFS. As per my understanding after reading [this] (https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/technical-reference/the-role-of-the-claims-engine) there are…

Techievent.in
- 75
- 1
- 9
0
votes
1 answer
Custom role based auth .NET CORE
I have a project in which users can have multiple roles, such as cashier and stock clerk. These roles have the same rights, however someone can also have the roles admin and cashier. In this case he can access more features than a admin/cashier on…

KittyCat
- 415
- 4
- 9
- 26
0
votes
2 answers
ADFS claims rule iterate AD attribute
How do I iterate an AD attribute as a claims rule in ADFS?
More specifically, I'd like to check whether the user's proxyAddresses contains a predetermined domain, and if so, return that email as Name ID, else the the user's main email.

lobbin
- 127
- 1
- 12
0
votes
1 answer
SharePoint claims authentication using client certificates for users who don't have Active Directory accounts
I am trying to get client certificate claims authentication working with SharePoint 2019 (on premise) for users who don't have Active Directory accounts.
Internal users already authenticate to SharePoint with forms authentication mapping to an AD…

Joe Wilson
- 5,591
- 2
- 27
- 38
0
votes
0 answers
C# JWT token persist claims after update?
I want to update the user's claims using HttpContext.User instance, but after updating the claims they only stay within the scope of the current request. I need to make it persist for the upcoming requests as well, please help me out with…
0
votes
1 answer
Authorizing by updating Claim with data from database (Blazor WebAssembly ASP.NET Core hosted)
I have a question regarding authentication in my web-app using Blazor WebAssembly ASP.NET Core hosted. The database used is Azure SQL.
I want to avoid storing passwords in the database and the users are therefore restricted to having a…

julie71638
- 1
- 1
0
votes
1 answer
AD FS custom authentication provider did not return an authentication method claim
I have made a custom authentication provider for AD FS MFA.
I have defined an authentication method claim in the metadata:
public string[] AuthenticationMethods
{
get { return new string[] {…

EVDS
- 3
- 3
0
votes
1 answer
Adding LDAP Attributes to Third Party Claims Provider Trust Claims
I have the default SAML 2.0 Claims Provider configured on ADFS. Let's call it DefaultProvider. It requires username and password.
I have two SAML 2.0 Relying Parties configured that are working with the DefaultProvider. I'm able to assert LDAP…

ForensicsGuy
- 13
- 2
0
votes
0 answers
anonymous User with password-protected link in asp.net core 3.1 - is ClaimsPrinciple/cookie the best way to do this?
ok - so im trying to do something like vimeo.com
where a private video can be accessed by just inputting a password
so for example if you go here:
https://vimeo.com/392083444
you get a simple password box and submit button
i came to the conclusion…

toy
- 422
- 1
- 7
- 19
0
votes
1 answer
ADFS claims rules string concatenation possible?
I am new to adfs claim rules, but I managed to configure the normal mapping. Now my customer asked me to add 4 static letters like "1234" in front on of an incoming LDAP Attribute. For Example add "1234" in front of the "E-Mail-Addresses"…

RayofCommand
- 4,054
- 17
- 56
- 92
0
votes
0 answers
How to use UserClaims for Tenant authority applications?
Currently I am working on a project that will have departments managers and users separated by abilities/roles/claims.
I will use the claims-based authorization to accomplish this but I'm having trouble with departments have encapsulated claims
A IT…

eBlackTV
- 1
0
votes
1 answer
Build Security Token Service (STS) application in ASP.NET for SSO
I have created a new ASP.NET web site using VS 2017 and changed the Authentication mechanism to use "Individual User Accounts". This adds the Claims Principal or WIF class support.I can click on register / log in, and set up user emails and then…

Siddharth
- 436
- 2
- 11
- 29
-1
votes
1 answer
How do I use the Blazor Clientside AuthorizeView control policy feature with Azure Ad?
I am using the Microsoft example featured at this link
https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/standalone-with-azure-active-directory?view=aspnetcore-3.1
My Program.cs file looks like this
public class Program
…

DJFalstaff
- 265
- 2
- 8