Skip to content

Commit

Permalink
Update authentication.md (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannan authored Jul 7, 2022
1 parent 8e7e968 commit 8abd86a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Management SDKs are used to created instances of services.
For those instances we can use OAuth protocol

All Management SDK's are working with Red Hat Single Sign On (sso.redhat.com) server.
Authentication to services can be done using Keycloak.js library.
Authentication to services can be done using Keycloak.js library, available at the following locations:
[NPM](https://www.npmjs.com/package/keycloak-js),[Yarn](https://yarnpkg.com/package/keycloak-js)

When authenticating please use following keycloak client configuration:
```
Expand All @@ -33,7 +34,7 @@ When authenticating please use following keycloak client configuration:

This client allows only following redirect urls:

`.openshift.com/*, https://prod.foo.redhat.com/*, https://prod.food.redhat.com:1337/*`
`.openshift.com/*`, `https://prod.foo.redhat.com/*`, `https://prod.food.redhat.com:1337/*`

For more information about how to use Keycloak.js please refer to [official documentation](https://github.com/keycloak/keycloak-documentation/blob/master/securing_apps/topics/oidc/javascript-adapter.adoc)

Expand Down

0 comments on commit 8abd86a

Please sign in to comment.