keycloak/keycloak-js

Add documentation for "scope" in JS adapter init options

Offen

#23 geöffnet am 09.06.2022

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)JavaScript (46 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (90 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 7h) (3 gemergte PRs in 30 T)

Beschreibung

Description

The "scope" option is not documented in https://www.keycloak.org/docs/latest/securing_apps/index.html#javascript-adapter-reference even though it exists in the source code here: https://github.com/keycloak/keycloak/blob/3c19ad627f99ff5294b5619e1edc29c4710ae09b/adapters/oidc/js/src/keycloak.js#L151-L153.

Could it be added to the supported options in the documentation repository here: https://github.com/keycloak/keycloak-documentation/blob/main/securing_apps/topics/oidc/javascript-adapter.adoc#properties?

Discussion

No response

Motivation

No response

Details

No response

Contributor Guide