Skip to content

Commit

Permalink
Merge pull request #535 from E-Xor/patch-1
Browse files Browse the repository at this point in the history
Mention response.errors in the documentation
  • Loading branch information
pitbulk committed May 29, 2020
2 parents 811618d + 083cf04 commit 63f43a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def consume
session[:attributes] = response.attributes
else
authorize_failure # This method shows an error message
# List of errors is available in response.errors array
end
end
```
Expand Down Expand Up @@ -314,6 +315,7 @@ class SamlController < ApplicationController
session[:attributes] = response.attributes
else
authorize_failure # This method shows an error message
# List of errors is available in response.errors array
end
end
Expand Down

0 comments on commit 63f43a7

Please sign in to comment.