Ruslan Akiev

Results 23 issues of Ruslan Akiev

For use cases like `WebApi.AutorityUrl` the reverse proxy should be able to override the hostname via HTTP header.

A user should be able to use recover function if the user account is not yet confirmed since the recovery function sends the mail and by doing so confirms the...

Create a docker example for following scenario - Identity Server - Web App - Web API - Postgres DB - Nginx With - Custom domains - Third party logins -...

If error occurs on token verification page a login/resister form should be displayed or at least the links to this forms should be provided since the client ID is present.

Check if the error is in the configuration of IdSrv. ``` [10:45:11 VRB] returnUrl is valid [10:45:11 VRB] returnUrl is valid [10:45:11 DBG] Start authorize request protocol validation [10:45:11 DBG]...

bug

Each client should be able to override basic application configuration like - `EnableLocalLogin` - `AccountLockoutDuration` - `RequireLocalAccountVerification` - `RequireExternalAccountVerification` - `EnableAccountDeletion` - `EnableLoginHints` and so on...

enhancement

Introduce a dynamic form logic, so plugins can inject form controls.

enhancement

parse_JsonResultData function ignored the ReloadPage flag in case Messages array had entries. Now in case of messages the page reloads after the message notification fades away or is closed by...

Is it possible to add multiple category folders? I have a schema that needs to have two relations to another same schema. Like a product has a list of products...

Membership type looks redundant to me if you just authenticate current identity and create site user every time a subject (human) uses the identity provider (facebook, google). Why not just...

question