Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/OIDAuthorizationService.m
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ - (BOOL)shouldHandleURL:(NSURL *)URL {
// The logic of when to handle the URL is the same as for authorization requests: should match
// down to the path component.
return [[OIDAuthorizationFlowSessionImplementation class] URL:URL
matchesRedirectonURL:_request.endSessionRequestURL];
matchesRedirectonURL:_request.postLogoutRedirectURL];
}

- (BOOL)resumeExternalUserAgentFlowWithURL:(NSURL *)URL {
Expand Down