-
Notifications
You must be signed in to change notification settings - Fork 4k
Consider removing AllowAccessToAllScopes #499
Comments
done on config branch |
done |
Is there an alternative to be used? |
Specify the scopes explicitly. |
I'm a bit confused by this. In the talk you gave at NDC (https://youtu.be/l7MgGY3lnts?t=30m59s) you mentioned that scope is no longer required and that this is why the scope field on Is there a particular reason that this feature was removed? Perhaps a security risk of some sort? If this is the case, should the Thanks! |
|
@brockallen After looking through the code trying to figure out why I've been getting an I then looked up the RFC and found this section which states that a refresh token should not be included: Just wanted to post this here for anyone else running into this issue. Perhaps in the future additional error messages could be included in the server logs to indicate that the client is configured in an invalid state. Thanks! |
What was the error in the IdSvr logs for this misconfigured scenario? |
@brockallen After having read parts of the RFC, I guess the error isn't that bad, although it would be nice if the error happened earlier (at the time the client is configured) rather than during the actual client request... I just wasn't understand the error until I did some digging into the RFC to understand what some of these terms meant. I think that the part that was tripping me up was that I needed to understand that The error from the log:
|
Yea, I am not sure how much more clear that can be. IdentityServer is not meant to absolve one from understanding the protocols :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.
The text was updated successfully, but these errors were encountered: