We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4975346 commit 0462d63Copy full SHA for 0462d63
1 file changed
app/controllers/orgs_controller.rb
@@ -230,6 +230,7 @@ def handle_managed_flag(attrs)
230
end
231
232
# Updates the @org's Shibboleth identifier(s) if the required conditions are met
233
+ # rubocop:disable Metrics/AbcSize
234
def handle_shibboleth_identifier(attrs)
235
return attrs unless Rails.configuration.x.shibboleth.use_filtered_discovery_service
236
@@ -251,6 +252,7 @@ def handle_shibboleth_identifier(attrs)
251
252
attrs.delete(:identifiers_attributes)
253
attrs
254
255
+ # rubocop:enable Metrics/AbcSize
256
257
def shib_login_url
258
shib_login = Rails.configuration.x.shibboleth.login_url
0 commit comments