Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support authorization in service provider #174

Merged
merged 7 commits into from
Jan 11, 2015
Merged

Conversation

cubasuarez
Copy link
Contributor

Hi. Please review and merge if you like and have time.

I appologize for any mistakes.

Add possibility for service provider to add authorization by overriding setAuthentication
A NegotiateSecurityFilter that supports dependency injection to authorize principal at serviceprovider after
authenticating in AD.
@dblock
Copy link
Collaborator

dblock commented Dec 17, 2014

Thanks! Can you explain a bit better what this does? Other than that it all looks fine, it needs an update to CHANGELOG, some documentation update(s) and I would love a test for this, too, if that's not too hard. Please squash your commits, too.

@hazendaz
Copy link
Member

An example project that we can run would be great as well helping people use this. See demos of waffle for how to provide an example. Also spring 4 version we be good too. No need to worry about spring 2 as its days are numbered.

--- Original Message ---

From: "Daniel Doubrovkine (dB.) @dblockdotorg" notifications@github.com
Sent: December 17, 2014 4:07 PM
To: "dblock/waffle" waffle@noreply.github.com
Subject: Re: [waffle] Support authorization in service provider (#174)

This all looks fine, it needs an update to CHANGELOG, some documentation update(s) and I would love a test for this, too, if that's not too hard.


Reply to this email directly or view it on GitHub:
#174 (comment)

@cubasuarez
Copy link
Contributor Author

Hi - I don't have access to spring 4 within the project so that will be hard. I'll see if I'm competent enough to write a proper testcase. I'll update the CHANGELOG. Where do I put the documentation updates?

@hazendaz
Copy link
Member

hazendaz commented Jan 9, 2015

Changeling is on root of master. Any other docs are under docs on root. Spring 4 is at the moment identical to spring 3 so blindly adding as long as it builds is good enough. Look at overall setup of development as spring security 4 needs installed to your local repo. There is a batch file under third party to do that. Let me know if you need anything else.

--- Original Message ---

From: "Christopher Suarez" notifications@github.com
Sent: January 9, 2015 8:01 AM
To: "dblock/waffle" waffle@noreply.github.com
Cc: "Jeremy Landis" jeremylandis@hotmail.com
Subject: Re: [waffle] Support authorization in service provider (#174)

Hi - I don't have access to spring 4 within the project so that will be hard. I'll see if I'm competent enough to write a proper testcase. I'll update the CHANGELOG. Where do I put the documentation updates?


Reply to this email directly or view it on GitHub:
#174 (comment)

hazendaz added a commit that referenced this pull request Jan 11, 2015
Support authorization in service provider
@hazendaz hazendaz merged commit d6f5eef into Waffle:master Jan 11, 2015
@cubasuarez
Copy link
Contributor Author

Oh - you squashed it aswell? Sorry, I was going to do that for you when I was done :-)

@cubasuarez
Copy link
Contributor Author

Cool, you guys are awesome.

@hazendaz
Copy link
Member

No problem. This looked safe and I was doing some other work so took it. If you got a little more coming just open a new pull request and I'll take it. When you are ready for an official release let me know and I'll get that out there as well. I thought something might be left in the works but since this doesn't necessarily change any current usage it was good to go.

--- Original Message ---

From: "Christopher Suarez" notifications@github.com
Sent: January 14, 2015 9:04 AM
To: "dblock/waffle" waffle@noreply.github.com
Cc: "Jeremy Landis" jeremylandis@hotmail.com
Subject: Re: [waffle] Support authorization in service provider (#174)

Cool, you guys are awesome.


Reply to this email directly or view it on GitHub:
#174 (comment)

@dblock
Copy link
Collaborator

dblock commented Jan 14, 2015

No @csms, you are awesome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants