diff --git a/wiki/Pathfinder-Uptime-Monitoring.md b/wiki/Pathfinder-Uptime-Monitoring.md index b30eb2f0..92a13384 100644 --- a/wiki/Pathfinder-Uptime-Monitoring.md +++ b/wiki/Pathfinder-Uptime-Monitoring.md @@ -32,13 +32,11 @@ Going from our primary to fail over is something we are prepared for. You can ex 1. The Gold Keycloak _environment_ instance is in the process of failing over to the DR cluster * The CSS APP is being put in Maintenance mode. Please check our [Uptime](https://uptime.com/statuspage/bcgov-sso-gold) before using our service. - 2. The Gold Keycloak _environment_ instance has failed over to the DR cluster * DR deployment is complete, end users continue to login to your apps using the Pathfinder SSO Service (standard or custom). * Any changes made to a project's config using the Pathfinder SSO Service (standard or custom realm) while the app is in its failover state will be lost when the app is restored to the Primary cluster. (aka your config changes will be lost). * The priority of this service is to maximize availability to the end users and automation. - 3. The Gold Keycloak _environment_ instance has been restored to the Primary cluster (aka back to normal). * We are be back to normal operations of the Pathfinder SSO Service (standard and custom). diff --git a/wiki/Using-Your-SSO-Client.md b/wiki/Using-Your-SSO-Client.md index fd4f857a..79502995 100644 --- a/wiki/Using-Your-SSO-Client.md +++ b/wiki/Using-Your-SSO-Client.md @@ -6,19 +6,19 @@ You can get started by making a request in our Common Hosted Single Sign On appl 2. Someone on your team who knows about OpenID connect. You can learn here too [OIDC Explained by Pathfinder SSO](https://www.youtube.com/playlist?list=PL9CV_8JBQHirMRjBk62jeYUE_MpE4unU8) 3. rough idea on the identity provider (IDIR or BCeID) that you want to use. Learn more here [Our Partners](Our-Partners-the-Identity-Providers#what-are-identity-providers) 4. There are some parts of the request where you may need to work with your developer/technical contact: - 1. Which usecase/scenario do you need a request for? - 1. Client type - do you want public or confidential? - 1. which environments and test accounts? - 1. redirects + + * Which usecase/scenario do you need a request for? + * Client type - do you want public or confidential? + * which environments and test accounts? + * redirects 5. Through the request process, you will get a few emails updating you on the process. 6. When the request is complete, you can log in to access your installation json file. Your developer/technical contact will take the details in this file and make use of the details within your application code. - 1. [GitHub - bcgov/keycloak-example-apps: Example applications for integrating with keycloak ](https://github.com/bcgov/keycloak-example-apps/tree/dev) - - 1. You can use roles to enable access to specific pages or data to only those users who connect, with efficiency, data security and simplicity under consideration. [Learn more](Creating-a-Role) - 1. TLDR: here’s the [video](https://user-images.githubusercontent.com/56739669/231529538-0e1efa5a-51df-401a-99c2-dbc964e8cac6.mp4) + * [GitHub - bcgov/keycloak-example-apps: Example applications for integrating with keycloak ](https://github.com/bcgov/keycloak-example-apps/tree/dev) + * You can use roles to enable access to specific pages or data to only those users who connect, with efficiency, data security and simplicity under consideration. [Learn more](Creating-a-Role) + * TLDR: here’s the [video](https://user-images.githubusercontent.com/56739669/231529538-0e1efa5a-51df-401a-99c2-dbc964e8cac6.mp4) 7. Here is a link to our [developer/technical documentation](https://bcgov.github.io/sso-docs/)