azos icon indicating copy to clipboard operation
azos copied to clipboard

A to Z Sky Operating System / Microservice Chassis Framework

Results 181 azos issues
Sort by recently updated
recently updated
newest added

Something like this, thows EVEN if `CustomType` implements `IJsonReadable` ``` void Action(CustomType request) { ... } ``` ```cs // MVCHandler protected virtual async Task BindParametersAsync(Controller controller, string action, ActionBaseAttribute attrAction,...

question
AREA-WAVE

We get duplicate warnings in logs. It looks like the warning comes from SETter of `AuthorityIDs`, which is called twice, because `GdidAuthorityServiceBase.DoConfigure` calls `base.DoConfigure()` then `ConfigAttribte.Apply()` yeat again. The **second...

bug

## Wave Error filter How does it handle DCF - does it produce error info like `Component.Write() does`?

enhancement
AREA-WAVE
- RTM -

Can service tokens have client IP restriction policy so if the token is stolen it can not be used outside of internal network. We can also use OAuth STS, the...

AREA-SECURITY
CONCEPT