Skip to content

Commit

Permalink
Merge pull request #1807 from bcgov/ssoContentFix
Browse files Browse the repository at this point in the history
- updating links for SSO content per SSO PO request
  • Loading branch information
sheaphillips committed Apr 24, 2023
2 parents 1511f77 + 5a3099f commit 356b88b
Showing 1 changed file with 39 additions and 38 deletions.
77 changes: 39 additions & 38 deletions web/topicRegistry/authentication-and-authorization.json
Original file line number Diff line number Diff line change
@@ -1,40 +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",
"docs/RH-SSO/ServiceDefinition.md",
"docs/RH-SSO/ServiceOverview.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",
"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."
}
}
]
}
}

0 comments on commit 356b88b

Please sign in to comment.