Brian Demers

Results 161 comments of Brian Demers

Yes, using a custom Authorization Server fils this exact use case. My suggestion would be to create an Auth server and set the “audience” to something specifics for your app,...

Yes, if it is at t usable level, your changes in #2 might be enough to make it useable. Can you point me to your jgit plugin so I can...

Hey @gerardbosch! I haven't had time to work on this (and then either added back to Apache Maven, or change the package/group). I'd love to pick this up again, but...

Very cool!! I'll have to check that out!

I'm not sure I follow, `${project.version}` _should_ not be updated, only static versions should be. (unless I'm miss understanding the question)

AHHH, I see, since this is a single execution of maven, it is possible that the property isn't getting interpolated in the context of plugins

OH, I see, you mean the runtime property, not the interpolated one. Any chance you can add a test case? It should be pretty easy to fix after that.

Take a look a the [versions-maven-plugin]( http://www.mojohaus.org/versions-maven-plugin/), as that has support already for updating properties (which you might be able to use for this case) On Thu, Dec 1, 2016...

I wasn't able to reproduce this. Which Java, OS, etc are you using? (I cannot see why that would cause an issue, but I making guesses) Also make sure your...

Sorry for the delay here, These are good points, IIRC there were some earlier non-compliant SCIM servers (from a large player or two) that were not fully spec compliant, I...