Hi
No, I not able to call AddMicrosoftIdentityWebApp And Openconnect because each uses the same scheme
Hi,
How can i refresh field in View after calling a modal with : _createOrEditModal.open();
Hi,
Any idea ? For having 2 schemes when Connecting ?
I think it should be something like this : https://stackoverflow.com/questions/49694383/use-multiple-jwt-bearer-authentication but for Openconnect
Hi ismail,
Thks
Hi,
What should i run for command when changing manually any js file ?
Thks
Hi I send you detail by email did you receive it ?
Hi,
I implemented Elsa and everything works fine but Elsa is accessible without connecting how to force you to be connected to access it
i added : ` services.AddMvc() .AddRazorPagesOptions(options => {
options.Conventions.AuthorizePage("/Workflows");
});
But doesn't work`, i would like to integrated Aspnet zero App permissions
).AddItem(new MenuItemDefinition( AppPageNames.Common.Elsa, L("Workflows"), url: "/Workflows", icon: "flaticon-map", permissionDependency: new SimplePermissionDependency(AppPermissions.Pages_Workflows)
thks
Hi
I see it support but you must change manifest and workaround security So I prefer keep manually
Thanks
Hi,
I'm trying to implement the ability to read Outlook emails in my application (https://learn.microsoft.com/en-us/training/modules/msgraph-dotnet-core-show-user-emails/1-introduction), but I'm facing a problem because Graph needs to launch the services services // Add support for OpenId authentication .AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) failed
because an OpendConnectId Schema already exists
I think This code causes issue in Startup.cs
services // 2. Add support for OpenId authentication
.AddMicrosoftIdentityWebApp(Configuration)
How to fix this problem THANKS
Hi,
After changing this value
var emailClaim = claims.FirstOrDefault(c => c.Type == "unique_name");
to
var emailClaim = claims.FirstOrDefault(c => c.Type == "preferred_username");
But i think we **must always **add the tenant subdomain manually to make the openconnectId work ?