Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

feat(RPInitiatedLogoutRequest): First draft of RP Initiated Logout Request handling #15

Merged
merged 3 commits into from
Jan 12, 2017

Conversation

dmitrizagidulin
Copy link
Member

Implements issue #9. (RP Initiated Logout only, not Front Channel or Back Channel logouts)

@@ -28,8 +28,8 @@ class AuthenticationRequest extends BaseRequest {
Promise
.resolve(request)
.then(request.validate)
.then(host.authenticate) // QUESTION, what's the cleanest way to
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Binds just fine the way it is.

@christiansmith
Copy link
Member

Awesome work!

@christiansmith christiansmith merged commit f3bbfe6 into master Jan 12, 2017
@christiansmith christiansmith deleted the rp_initiated_logout branch January 12, 2017 20:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants