IdentityServer / IdentityServer3.Admin.EntityFramework

Apache License 2.0
12 stars 30 forks source link

Bug in QueryScopesAsync()? #23

Closed wolfwaters closed 8 years ago

wolfwaters commented 8 years ago

In IdentityAdminCoreManager.cs, method QueryScopesAsync(), I find these lines:

                    var scope = new ScopeSummary
                    {
                        Subject = x.Id.ToString(),
                        Name = x.Name,
                        Description = x.Name
                    };

I guess it is by accident that you copy the scope's name to both summary's name AND description, right?

brockallen commented 8 years ago

Possibly.

iBoonz commented 8 years ago

Woops :), will fix it :)

iBoonz commented 8 years ago

Fixed, will be available in 1.0.0-beta8