IdentityServer / IdentityServer3.Admin.EntityFramework

Apache License 2.0
12 stars 30 forks source link

Display option hint in UI (description) #6

Open dcinzona opened 8 years ago

dcinzona commented 8 years ago

Not sure how easy this would be to implement, but doing something like what intellisense does, where just beneath each option, there's some hint text explain what the option does. Could use the summary text from the model properties.

i.e.

/// <summary>
/// Specifies whether this scope is allowed to see other scopes when using the introspection endpoint
/// </summary>
public bool AllowUnrestrictedIntrospection { get; set; }
iBoonz commented 8 years ago

Yea, we also had this feature in mind, but we diden't have time to implement it yet. :)