3,012 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
3
replies
86
views
Is it allowed to ask "Sign in with Apple" users for their real email address if they chose "Hide My Email"?
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
Logging out from a blazor app and also at the authority
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
ASP.NET Core Web API returns 404 on all endpoints despite correct routing and configuration
##Program.cs
```
app.UseHttpsRedirection();
app.UseRouting();
app.UseAuthentication();
app.UseAuthorization();
app.MapControllers();
app.MapGet("/", () => "API is alive");
````
...
0
votes
0
answers
122
views
Android Chrome Custom Tabs login with Facebook
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
How to add ID to streaming table in Databricks?
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
How to prevent temporary email and mobile number used by users? [duplicate]
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
Why does setting CultureInfo.CurrentUICulture and using RequestCultureFeature not change the language in ASP.NET Core?
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
how to retrieve information from identity token in blazor
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
"az webapp identity assign" command throws LinkedInvalidPropertyId
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
Identity Id data type
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
How can I hide the two factore authentification option in the Identity account
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
Restarting IDENTITY column after inserting data
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,...
0
votes
1
answer
117
views
SQL Server change identity cache value
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
Add property to Identity to have User.Identity.Score
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
How to remove all FlagSmith identities at once
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 ...