Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Best practices
0 votes
3 replies
86 views

I’m using Sign in with Apple in my iOS app. When a user chooses "Hide My Email", I receive the @privaterelay.appleid.com relay address. For marketing reasons, I would prefer to have the user’s real ...
1 vote
1 answer
54 views

I've got a Blazor app set up with an external oidc authority builder.Services.AddAuthentication(options => { options.DefaultScheme = "Cookies"; ...
0 votes
0 answers
123 views

##Program.cs ``` app.UseHttpsRedirection(); app.UseRouting(); app.UseAuthentication(); app.UseAuthorization(); app.MapControllers(); app.MapGet("/", () => "API is alive"); ```` ...
0 votes
0 answers
122 views

In our app, for login we use our web login page that supports email and facebook login. After login we redirect back to the app. It was working until recently we noticed that some phones (galaxy s24 ...
0 votes
0 answers
101 views

I want to create DLT pipeline like following. I have streaming bronze table which looks like: Name City Country John Tokyo Japan Mary New York USA Sam Tokyo Japan Now I need two more tables. Main ...
-2 votes
2 answers
157 views

In a membership website users are required to verify their mobile and email by one-time password while registering. There are some third-party websites and apps that provide temporary email id and ...
0 votes
1 answer
93 views

I'm working on an ASP.NET Core web application with custom localization using JSON files. I'm trying to change the language at runtime and reflect it immediately in the current request. Here's what I ...
0 votes
0 answers
36 views

I'm creating a Blazor Server app where I call an API from one of my ASP.NET services that handles authentication using Identity. The service correctly returns the response DTO: tokenType": "...
1 vote
2 answers
130 views

I am trying to assign user assigned managed identity to WebApp using Azure CLI. The command follows below syntax #This command fetches the resource id of my existing managed identity with name '...
0 votes
0 answers
92 views

I am creating a new project using .NET 9 with Entity Framework Core and Oracle 19c as the database. I have added Identity 9 and when I generated the initial migration it created the tables with ...
0 votes
1 answer
25 views

I'm using the ASP default identity (.Net 9.0). Everything works fine except that when a user, once logged in, click on the its logged email account (manage account), an option is dispalyed "Two-...
0 votes
3 answers
100 views

I have a table with an identity column defined by: id INT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY, To begin with, I’ve inserted a few rows manually including the id column: INSERT INTO things(id,...
Manngo's user avatar
  • 17k
0 votes
1 answer
117 views

I know in SQL Server you can disabled the identity cache like this: ALTER DATABASE SCOPED CONFIGURATION SET IDENTITY_CACHE = OFF But is there a way to have a custom cache with the identity (not ...
0 votes
1 answer
51 views

Is there a way to create an additional property for User.Identity that does NOT use claims? I've seen the solution that uses claims and tested it out. It works fine, but in the long run, it will not ...
0 votes
1 answer
53 views

When using the FlagSmith User Interface, I couldn't find any way to select all the identities and delete them at once. As you can see in the image attached, we are forced to click the trash icon ...

15 30 50 per page
1
2 3 4 5
...
201

AltStyle によって変換されたページ (->オリジナル) /