-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updating sso client creation link.
- Loading branch information
1 parent
ee9e809
commit 5a3099f
Showing
1 changed file
with
38 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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." | ||
} | ||
} | ||
} | ||
|
||
] | ||
} | ||
] | ||
} | ||
} |