keycloak-documentation
keycloak-documentation copied to clipboard
Document scope option for the init method
Keycloak.js supports specifying explicit scopes in keycloak.init(), but the option is missing from the documentation. This PR adds that documentation.
Adapter being documented: https://github.com/keycloak/keycloak/blob/90fe97133c5b5474286b56121679393e46ff01df/adapters/oidc/js/src/keycloak.js#L152
Closes #1509