Base solution for your next web application

Activities of "simplexsrl"

Does anyone have a Flaticon Collection synced with Metronic owned, that should be used to extend with custom picked icons?

Question

Hi, we are developing onto Core+Angular solution (v.6.9.0) and we configured it to login against an O365 Tenant following some suggestions found on this support portal. Btw, when Azure callback our app, following exception has been raised:

IDX10205: Issuer validation failed. Issuer: '[PII is hidden]'. Did not match: validationParameters.ValidIssuer: '[PII is hidden]' or validationParameters.ValidIssuers: '[PII is hidden]'.
Microsoft.IdentityModel.Tokens.SecurityTokenInvalidIssuerException: IDX10205: Issuer validation failed. Issuer: '[PII is hidden]'. Did not match: validationParameters.ValidIssuer: '[PII is hidden]' or validationParameters.ValidIssuers: '[PII is hidden]'.
   at Microsoft.IdentityModel.Tokens.Validators.ValidateIssuer(String issuer, SecurityToken securityToken, TokenValidationParameters validationParameters) in C:\agent2\_work\56\s\src\Microsoft.IdentityModel.Tokens\Validators.cs:line 172
   at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateTokenPayload(JwtSecurityToken jwtToken, TokenValidationParameters validationParameters) in C:\agent2\_work\56\s\src\System.IdentityModel.Tokens.Jwt\JwtSecurityTokenHandler.cs:line 737
   at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateToken(String token, TokenValidationParameters validationParameters, SecurityToken& validatedToken) in C:\agent2\_work\56\s\src\System.IdentityModel.Tokens.Jwt\JwtSecurityTokenHandler.cs:line 719
   at Abp.AspNetZeroCore.Web.Authentication.External.WsFederation.WsFederationAuthProviderApi.ValidateToken(String token, String issuer, IConfigurationManager`1 configurationManager, CancellationToken ct)
   at Abp.AspNetZeroCore.Web.Authentication.External.WsFederation.WsFederationAuthProviderApi.GetUserInfo(String token)
   at SmartPortal.Web.Controllers.TokenAuthController.GetExternalUserInfo(ExternalAuthenticateModel model) in /Users/fncap/Dev/GIT/SmartPortal Project/SmartPortal/aspnet-core/src/SmartPortal.Web.Core/Controllers/TokenAuthController.cs:line 455
   at SmartPortal.Web.Controllers.TokenAuthController.ExternalAuthenticate(ExternalAuthenticateModel model) in /Users/fncap/Dev/GIT/SmartPortal Project/SmartPortal/aspnet-core/src/SmartPortal.Web.Core/Controllers/TokenAuthController.cs:line 330
   at lambda_method(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync()
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync()
   at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextExceptionFilterAsync()

Any Suggestion?

Hi Support Team,

why you not considered to use (or leave to user the choice) to inherit generated AppService from AsyncCrudAppServiceBase?

I'm curious on that.

As per subject, trying to update service-proxies.ts with nswag tool, this raises System.InvalidOperationException: Cyclic references detected.

Some entity had the same navigation property to the same entity ... e.g. EntityA had a relation with EntityC and EntityB has the same relation with EntityB.

using RAD tool we have EntityC's LookupTableDto duplicated in EntityA and EntityB namespaces.

This scenario raised an exception to Swagger in .net, that we resolved setting it to use FullName as CustomSchemaIds options.CustomSchemaIds(x => x.FullName);

Any idea on how to avoid Cyclic exception and continue to use RAD tool?

Showing 1 to 4 of 4 entries