František Svoboda
František Svoboda
Overall situation of what we would like to have: - scopeA does not require consent page - scopeB requires consent page ``` | Who | Action | Expected behavior |...
That's pretty nice, but the problem is that the clients can later switch what scopes they want - it's up to them. The scopes are not predefined at registration time....
To answer your question: We have a system where we are able to dynamically change the registered scopes. By implementing a custom `RegisteredClientRepository`. But I just realized that what we...
Not ATM (can provide them tomorrow) but basically, the `with` method reports only something along the lines of: "Expected parameters do no match" (or number of parameters) and `with_deep` reports...
Here are the error messages with and with_deep produce now: `with` === ``` Number of arguments don't match expectation ``` or ``` Expected argument in position 0 to be 'http://example.com',...