mikesaurus

Results 8 comments of mikesaurus

@rwinch I believe that the behavior that you are describing is exactly what this issue is meant to resolve. Once this issue is completed, a request with no scope parameter...

@lucwillems Since Spring is defaulting to "no scope" when the client requests "no scope" couldn't you do what you are proposing using a custom AuthenticationConverter?

@lucwillems I'm not sure what you need to customize for your use cases, but if you only want to customize the scope then it shouldn't be as involved as that....

It looks like this has been "on-hold" for awhile now. Any chance that this will get prioritized for an upcoming release? Would really love to see Device Auth as a...

One option would be to include a `JsonMapper` in spring-authorization-server that encapsulates the OAuth2 ObjectJSON mapping so that the actual data objects don't have to change, but anyone wishing to...

@sjohnr - Apologies. I was just throwing an idea out there in my comment and wasn't trying to be specific. Saying `JsonMapper` was a poor choice of words. My thought...

Hey @sjohnr TL;DR; -> I think the JSON mapping should be enough to implement a NoSql version of the data service. On a `save`, we'd be extracting the available token/id...

@sjohnr, I hadn't thought about indexing since I've been so focused on the JSON transformation. Wrapping the JSON payload in an entity with some indexed token value properties might be...