Skip to content

Commit 657856c

Browse files
Ken LippoldKen Lippold
authored andcommitted
Updated OIDC settings
1 parent 30e6895 commit 657856c

File tree

6 files changed

+2
-65
lines changed

6 files changed

+2
-65
lines changed

hydroserver/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"allauth.socialaccount.providers.openid_connect",
7171
"iam.auth.providers.hydroshare",
7272
"iam.auth.providers.orcidsandbox",
73-
"iam.auth.providers.utahid",
7473
"corsheaders",
7574
"easyaudit",
7675
"sensorthings",

iam/auth/providers/utahid/__init__.py

Whitespace-only changes.

iam/auth/providers/utahid/provider.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

iam/auth/providers/utahid/urls.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

iam/auth/providers/utahid/views.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

iam/views/authentication.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ def get_auth_methods(request):
1818
"hydroserver_signup_enabled": settings.ACCOUNT_SIGNUP_ENABLED,
1919
"providers": [
2020
{
21-
"id": social_app.provider,
21+
"id": social_app.provider_id,
2222
"name": social_app.name,
2323
"icon_link": f"{settings.PROXY_BASE_URL if settings.DEPLOYMENT_BACKEND == 'local' else ''}"
24-
f"{static(f'providers/{social_app.provider}.png')}",
24+
f"{static(f'providers/{social_app.provider_id}.png')}",
2525
"signup_enabled": (
2626
True
2727
if social_app.settings.get("allowSignUp") is not False

0 commit comments

Comments
 (0)