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.
2 parents 811618d + 083cf04 commit 63f43a7Copy full SHA for 63f43a7
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