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 eb3b77c commit 1256b63Copy full SHA for 1256b63
app/controllers/orgs_controller.rb
@@ -228,6 +228,7 @@ def handle_managed_flag(attrs)
228
end
229
230
# Updates the @org's Shibboleth identifier(s) if the required conditions are met
231
+ # rubocop:disable Metrics/AbcSize
232
def handle_shibboleth_identifier(attrs)
233
return attrs unless Rails.configuration.x.shibboleth.use_filtered_discovery_service
234
@@ -249,6 +250,7 @@ def handle_shibboleth_identifier(attrs)
249
250
attrs.delete(:identifiers_attributes)
251
attrs
252
253
+ # rubocop:enable Metrics/AbcSize
254
255
def shib_login_url
256
shib_login = Rails.configuration.x.shibboleth.login_url
0 commit comments