Scott Brady

Results 10 comments of Scott Brady

Hi! AdminUI community edition is limited to SQLite, so changes to that template would need to be removed from the PR.

AdminUI does work with `IdentityDbContext`, so I'm surprised that this is solving issues. Happy to merge in though.

I'm not sure yet. I feel like IdentityManager should be able to drop the MVC dependency (at least for the API part). I'm not sure what a good approach would...

Current thoughts are razor class library and something simple like React components

@brentschmaltz I noticed one of your colleagues saying that the `PublicKey.Key` and `PrivateKey` properties are "[unofficially deprecated](https://stackoverflow.com/a/45107458/3274800)" and that's why X509's with ECC keys throw a `NotSupportedException` on those properties....

In IdentityServer we were generating a JWKS endpoint where the developer provided many public keys of different types. I found myself having to create mappers between IdentityModel's named curves and...

Any news on release schedules?

Set the `RequireSsl` property in `SecurityConfiguration` to false`

Hi both, sorry for the delay. I'll merge this one in this weekend. Since this is a breaking change (it's not backward compatible with older versions of Microsoft.IdentityModel), I'll release...