Skip to content

Commit

Permalink
chore: remove saml related code from authentication app
Browse files Browse the repository at this point in the history
  • Loading branch information
marslanabdulrauf committed Jan 30, 2025
1 parent c2ae94e commit 4159825
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 158 deletions.
8 changes: 4 additions & 4 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -292,21 +292,21 @@
"filename": "tests/testapp/settings/shared.py",
"hashed_secret": "8f2581750096043a1c68bedea8cfa6e13ad1a2e4",
"is_verified": false,
"line_number": 39
"line_number": 38
},
{
"type": "Basic Auth Credentials",
"filename": "tests/testapp/settings/shared.py",
"hashed_secret": "afc848c316af1a89d49826c5ae9d00ed769415f3",
"is_verified": false,
"line_number": 118
"line_number": 117
},
{
"type": "Secret Keyword",
"filename": "tests/testapp/settings/shared.py",
"hashed_secret": "9bc34549d565d9505b287de0cd20ac77be1d3f2c",
"is_verified": false,
"line_number": 198
"line_number": 197
}
],
"tests/testapp/settings/test.py": [
Expand All @@ -319,5 +319,5 @@
}
]
},
"generated_at": "2024-10-18T19:50:41Z"
"generated_at": "2025-01-30T08:25:21Z"
}
98 changes: 0 additions & 98 deletions src/authentication/mitol/authentication/settings/touchstone.py

This file was deleted.

8 changes: 0 additions & 8 deletions src/authentication/mitol/authentication/urls/saml.py

This file was deleted.

15 changes: 0 additions & 15 deletions src/authentication/mitol/authentication/views/saml.py

This file was deleted.

31 changes: 0 additions & 31 deletions tests/mitol/authentication/views/test_saml.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/testapp/settings/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"mitol.common.settings.base",
"mitol.common.settings.webpack",
"mitol.mail.settings.email",
"mitol.authentication.settings.touchstone",
"mitol.authentication.settings.djoser_settings",
"mitol.payment_gateway.settings.cybersource",
"mitol.google_sheets.settings.google_sheets",
Expand Down
1 change: 0 additions & 1 deletion tests/testapp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
path("api/", include("mitol.digitalcredentials.urls")),
path("api/", include("mitol.google_sheets.urls")),
path("api/", include("mitol.mail.urls")),
path("", include("mitol.authentication.urls.saml")),
path("", include("mitol.authentication.urls.djoser_urls")),
path("", include("social_django.urls", namespace="social")),
path(
Expand Down

0 comments on commit 4159825

Please sign in to comment.