Priya
1194
Points
33
Posts
|
I'm trying to filer user by email in ms graph api as:
var users = await _graphClient.Users.GetAsync((requestConfiguration) =>
{
requestConfiguration.QueryParameters.Filter = $"identities/any(i:i/issuerAssignedId eq '{WebUtility.UrlEncode(email)}')";
requestConfigu ...
Views:
139
Total Answered:
1
Total Marked As Answer:
1
Posted On:
10-Oct-2024 01:16
|
Priya
1194
Points
33
Posts
|
I'm trying to create graph client to use in resource owner reset password flow in Azure AD B2C but getting following error:
'MicrosoftIdentityAppCallsWebApiAuthenticationBuilder' does not contain a definition for 'AddMicrosoftGraph' and no accessible extension method 'AddMicrosoftGraph' accepting ...
Views:
125
Total Answered:
2
Total Marked As Answer:
1
Posted On:
08-Oct-2024 02:03
|
db-error
2
Points
1
Posts
|
I'm trying to export db as bacpac file but getting following error:
The reverse engineering operation cannot continue because you do not have View Definition permission on the 'mydbname' database. (Microsoft.Data.Tools.Schema.Sql)
Views:
112
Total Answered:
1
Total Marked As Answer:
0
Posted On:
04-Oct-2024 22:50
|
ykl
318
Points
16
Posts
|
I'm trying to do account lock for multiple failed attempt during forgot password user flow and setting thresolds:
It's working with sign-in flow but not working with password-reset flow.
Any one any solution for it?
Views:
163
Total Answered:
1
Total Marked As Answer:
0
Posted On:
03-Oct-2024 04:59
|
Ajay
46
Points
3
Posts
|
I'm trying to use AD B2C Custom Policy in my sign-in flow and followed different steps in
https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-user-flows?pivots=b2c-user-flow
but getting follwong error.
IDX10500: Signature validation failed. No security keys w ...
Views:
209
Total Answered:
1
Total Marked As Answer:
0
Posted On:
30-Sep-2024 01:46
|
Ajay
46
Points
3
Posts
|
I'm trying implement Azure AD B2C custom policy for Signup/Signin flow but getting following error:
The application with identifier 'ProxyIdentityExperienceFrameworkAppId' was not found.
Anyone has any clue?
Views:
158
Total Answered:
1
Total Marked As Answer:
1
Posted On:
30-Sep-2024 00:51
|
Priya
1194
Points
33
Posts
|
Getting following xml validation issue:
The processing instruction target matching "[xX][mM][lL]" is not allowed.
Anyone has any clue
Views:
133
Total Answered:
0
Total Marked As Answer:
0
Posted On:
22-Sep-2024 22:24
|
Raj
648
Points
26
Posts
|
Windows 11 update getting failed after 8%. I tried a lot but still getting error:
There were problems installing some updates, but we'll try again later. Windows 11, version 22H2 - Error 0x80070005
Views:
248
Total Answered:
2
Total Marked As Answer:
1
Posted On:
01-Sep-2024 00:10
|
beginer
1544
Points
52
Posts
|
I'm trying to generate alter script for nvarchar length change from MSQL Server Management Studio. But it's generating script including recreation of the table. I don't want to script with regeneration of exiting table.
How to alter column nvarchar length without droping table in SQL Server?
Views:
197
Total Answered:
1
Total Marked As Answer:
0
Posted On:
28-Aug-2024 00:43
|
kikme
248
Points
12
Posts
|
I'm using telerik control TelerikTileLayout in Blazor Server App?. I don't want to show header. I did not set header template even getting blank header row.
<TelerikTileLayout Columns="3"
@ref="@TileLayout">
<TileLayoutItems>
@{
foreach (v ...
Views:
411
Total Answered:
1
Total Marked As Answer:
1
Posted On:
07-Aug-2024 22:29
|