Skip to content

Commit

Permalink
Merge pull request #4876 from dodona-edu/fix/hogent-saml
Browse files Browse the repository at this point in the history
Fix new HOGent SAML sign in method
  • Loading branch information
jorg-vr authored Aug 8, 2023
2 parents 189c05b + 12a0fdf commit 2f97b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SAML/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module OmniAuth
module Strategies
class SAML
class Settings
ASSERTION_ERROR_INSTITUTIONS_ENTITY_IDS = %w(https://idp.hogent.be/idp https://idp.howest.be/idp/shibboleth)
ASSERTION_ERROR_INSTITUTIONS_ENTITY_IDS = %w(https://sts.windows.net/5cf7310e-091a-4bc5-acd7-26c721d4cccd/ https://idp.howest.be/idp/shibboleth)

def self.base(host = Rails.configuration.default_host)
# Load the certificate and private key if on staging/production.
Expand Down

0 comments on commit 2f97b52

Please sign in to comment.