From ee9e809b06a22b34f8e77cbdcea04b4f437fb60c Mon Sep 17 00:00:00 2001 From: Shea Phillips Date: Thu, 20 Apr 2023 18:16:13 -0700 Subject: [PATCH 1/2] - updating links for SSO content per SSO PO request --- .../authentication-and-authorization.json | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/web/topicRegistry/authentication-and-authorization.json b/web/topicRegistry/authentication-and-authorization.json index 2a5943db0..93a5b8994 100644 --- a/web/topicRegistry/authentication-and-authorization.json +++ b/web/topicRegistry/authentication-and-authorization.json @@ -18,23 +18,29 @@ "owner": "bcdevops", "repo": "openshift-wiki", "files": [ - "docs/RH-SSO/RequestSSOClient.md", - "docs/RH-SSO/ServiceDefinition.md", - "docs/RH-SSO/ServiceOverview.md" + "docs/RH-SSO/RequestSSOClient.md" ] } }, { "sourceType": "web", "sourceProperties": { - "url": "https://github.com/bcgov/ocp-sso/wiki", - "author": "cvarjao", - "title": "KeyCloak wiki page", - "description": "you can find guides and information of config for keycloak here", + "url": "https://github.com/bcgov/sso-keycloak/wiki", + "title": "KeyCloak Wiki Page", + "description": "Guides and information related to KeyCloak SSO.", "image": "https://design.jboss.org/keycloak/logo/images/keycloak_logo_200px.png" } - } + }, + { + "sourceType": "web", + "sourceProperties": { + "url": "https://digital.gov.bc.ca/common-components/pathfinder-sso", + "title": "Pathfinder SSO Service Definition", + "description": "Pathfinder SSO Service Definition outlines roles and responsibilities related to the service.", + "image": "https://design.jboss.org/keycloak/logo/images/keycloak_logo_200px.png" + } + } - ] + ] } } From 5a3099fe7af40c1d11293943c8a1899eba5e0a2c Mon Sep 17 00:00:00 2001 From: Shea Phillips Date: Mon, 24 Apr 2023 12:09:13 -0700 Subject: [PATCH 2/2] - updating sso client creation link. --- .../authentication-and-authorization.json | 81 +++++++++---------- 1 file changed, 38 insertions(+), 43 deletions(-) diff --git a/web/topicRegistry/authentication-and-authorization.json b/web/topicRegistry/authentication-and-authorization.json index 93a5b8994..824266b60 100644 --- a/web/topicRegistry/authentication-and-authorization.json +++ b/web/topicRegistry/authentication-and-authorization.json @@ -1,46 +1,41 @@ { - "name": "Authentication and Authorization", - "version": "1.0.0", - "description": "Technical resources related to implementing authentication and authorization in government applications.", - "resourceType": "Documentation", - "attributes": { - "personas": [ - "Developer" - ] - }, - "template": "overview", - "sourceProperties": { - "sources": [ - { - "sourceType": "github", - "sourceProperties": { - "url": "https://github.com/bcdevops/openshift-wiki", - "owner": "bcdevops", - "repo": "openshift-wiki", - "files": [ - "docs/RH-SSO/RequestSSOClient.md" - ] - } - }, - { - "sourceType": "web", - "sourceProperties": { - "url": "https://github.com/bcgov/sso-keycloak/wiki", - "title": "KeyCloak Wiki Page", - "description": "Guides and information related to KeyCloak SSO.", - "image": "https://design.jboss.org/keycloak/logo/images/keycloak_logo_200px.png" - } - }, - { - "sourceType": "web", - "sourceProperties": { - "url": "https://digital.gov.bc.ca/common-components/pathfinder-sso", - "title": "Pathfinder SSO Service Definition", - "description": "Pathfinder SSO Service Definition outlines roles and responsibilities related to the service.", - "image": "https://design.jboss.org/keycloak/logo/images/keycloak_logo_200px.png" + "name": "Authentication and Authorization", + "version": "1.0.0", + "description": "Technical resources related to implementing authentication and authorization in government applications.", + "resourceType": "Documentation", + "attributes": { + "personas": [ + "Developer" + ] + }, + "template": "overview", + "sourceProperties": { + "sources": [ + { + "sourceType": "web", + "sourceProperties": { + "url": "https://github.com/bcgov/sso-keycloak/wiki/SSO-Onboarding", + "title": "Request SSO Client Creation", + "description": "How to request a new client in the SSO service." + } + }, + { + "sourceType": "web", + "sourceProperties": { + "url": "https://github.com/bcgov/sso-keycloak/wiki", + "title": "KeyCloak Wiki Page", + "description": "Guides and information related to KeyCloak SSO.", + "image": "https://design.jboss.org/keycloak/logo/images/keycloak_logo_200px.png" + } + }, + { + "sourceType": "web", + "sourceProperties": { + "url": "https://digital.gov.bc.ca/common-components/pathfinder-sso", + "title": "Pathfinder SSO Service Definition", + "description": "Pathfinder SSO Service Definition outlines roles and responsibilities related to the service." + } } - } - - ] - } + ] + } }