Brent Shaffer

Results 407 comments of Brent Shaffer

Wow this is impressive! Can we get some test coverage? I believe we can run tests locally at least, with [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html)

This looks great! I would appreciate a rebase of all of these commits into a single commit using `git rebase -i HEAD~9` As far as how this is used... I...

Thank you for making those changes

I was able to get your slim project up and running! Nice work. However, I do not see an easy way to create the SAML assertion. Can you provide some...

@aacotroneo Okay, I spent a little bit revisiting this, and I have a few thoughts/suggestions. 1. Is the reason we have to turn "strict" to "false" because we are required...

There are no plans currently to add LDAP storage. However, if you have code that does so, or any kind of sample code that might help this effort, please post...

You could make your own bridge, similar to the `HttpFoundationBridge` for Yii requests.

@justingreerbbi have you tried supplying `response_type=code id_token`?

If I am not mistaken, you'd like to see an example of how the user logs into the server in order to authorize it.  This demo is for Authorization as...