You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of settings.issuer is deprecated in favour of settings.sp_entity_id
266
+
265
267
Some assertion validations can be skipped by passing parameters to `OneLogin::RubySaml::Response.new()`. For example, you can skip the `AuthnStatement`, `Conditions`, `Recipient`, or the `SubjectConfirmation` validations by initializing the response with different options:
266
268
267
269
```ruby
@@ -301,7 +303,7 @@ class SamlController < ApplicationController
0 commit comments