Base solution for your next web application

Activities of "sais"

Hi, we are using your framework, which is awesome! We now need to integrate it with Shibboleth. However, we decided to use the option of SAML 2.0 with Shibboleth available to us. What do you think is best practice to do this on the framework.

Please advise. Thank you.

Hi, can someone please reply.

When I try to localize any text in the view (see below) i get the following errros. Am I suppose to register the view "SAAppsWebViewPageBase" with the IOC, but since it's an abstract class you would not do this. Please advise.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'L' does not exist in the current context

Source Error:

Line 243: Line 244:} Line 245:@L("UsersHeaderInfo") Line 246: Line 247:@*<div class="row margin-bottom-5">

Question

Does the ABP Framework work on Visual Studio for Mac?

Answer

Were you able to get this integrated? I am looking to do this as well but no luck. I purchased the Aspnet Zero template.

You can use PowerBI. It has a free version on for the Cloud service. This will allow you to use the PowerBI API to create/update/delete datasets on the Fly. This way, you or your end-users can build dashboards that can be embedded in your app. We took this approach avoid needing a developer every time we need a new report done, instead, we subscribed to Entity events (using the system Bus), invoke a hangfire job to push the new/updated data to PowerBi via the API. Our end users are also using the free version of Power BI, so they are able to create their own reports.

<a class="postlink" href="https://powerbi.microsoft.com/en-us/blog/tag/api/">https://powerbi.microsoft.com/en-us/blog/tag/api/</a>

I am trying to setup a WS Federation with ASPNET Zero and Azure AD. But I getting the following error. Please advise.

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '66514eec-ecae-4195-a277'.

I have tried the following reply URLs in Azure and no luck.

https://mywebsite.com/account/ExternalLoginCallback https://mywebsite.com/account/login

Can you please help.

Thank you, I tried https://mywebsite.com**/signin-wsfed** as the replyUrl and it worked. Not sure if this is documented somewhere.

Now, I am getting the following error. I am not sure what is happening.

An unhandled exception occurred while processing the request. SecurityTokenInvalidAudienceException: IDX10214: Audience validation failed. Audiences: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Did not match: validationParameters.ValidAudience: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]' or validationParameters.ValidAudiences: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Microsoft.IdentityModel.Tokens.Validators.ValidateAudience(IEnumerable<string> audiences, SecurityToken securityToken, TokenValidationParameters validationParameters)

Exception: An error was encountered while handling the remote login. Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<TOptions>.HandleRequestAsync()

Stack Query Cookies Headers Routing SecurityTokenInvalidAudienceException: IDX10214: Audience validation failed. Audiences: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Did not match: validationParameters.ValidAudience: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]' or validationParameters.ValidAudiences: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Microsoft.IdentityModel.Tokens.Validators.ValidateAudience(IEnumerable<string> audiences, SecurityToken securityToken, TokenValidationParameters validationParameters) Microsoft.IdentityModel.Tokens.Saml2.Saml2SecurityTokenHandler.ValidateAudience(IEnumerable<string> audiences, SecurityToken securityToken, TokenValidationParameters validationParameters) Microsoft.IdentityModel.Tokens.Saml2.Saml2SecurityTokenHandler.ValidateConditions(Saml2SecurityToken samlToken, TokenValidationParameters validationParameters) Microsoft.IdentityModel.Tokens.Saml2.Saml2SecurityTokenHandler.ValidateToken(Saml2SecurityToken samlToken, string token, TokenValidationParameters validationParameters, out SecurityToken validatedToken) Microsoft.IdentityModel.Tokens.Saml2.Saml2SecurityTokenHandler.ValidateToken(string token, TokenValidationParameters validationParameters, out SecurityToken validatedToken) Microsoft.AspNetCore.Authentication.WsFederation.WsFederationHandler.HandleRemoteAuthenticateAsync()

Show raw exception details Exception: An error was encountered while handling the remote login. Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<TOptions>.HandleRequestAsync() IdentityServer4.Hosting.FederatedSignOut.AuthenticationRequestHandlerWrapper.HandleRequestAsync() Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

Show raw exception details

Hi, which url?

Showing 1 to 10 of 13 entries