We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811618d commit 083cf04Copy full SHA for 083cf04
1 file changed
README.md
@@ -237,6 +237,7 @@ def consume
237
session[:attributes] = response.attributes
238
else
239
authorize_failure # This method shows an error message
240
+ # List of errors is available in response.errors array
241
end
242
243
```
@@ -314,6 +315,7 @@ class SamlController < ApplicationController
314
315
316
317
318
319
320
321
0 commit comments