An open API service indexing awesome lists of open source software.

https://github.com/algab/keycloak-nodejs

Keycloak NodeJS
https://github.com/algab/keycloak-nodejs

Last synced: 10 months ago
JSON representation

Keycloak NodeJS

Awesome Lists containing this project

README

          

# Keycloak NodeJS

### Create file .crt

Creates the .crt file and copies the RS256 algorithm certificate from the realm you created in keycloak

```
-----BEGIN CERTIFICATE-----
{INSERT_TOKEN_HERE}
-----END CERTIFICATE-----
```