Scope of FIM
During the FIM authentication process of a user with username and password, the scope attribute is included in the request. The scope attribute is a string of individual scope names associated with the user in the FIM system and the default scope list might include scopes which are not available.
You can configure the scope list by setting and exporting the environment variable AUTH_SCOPE before starting the DBMS.
Note: The default scope list is "openid User.Read profile offline_access". A standard Keycloak installation may not provide the "User.Read" scope. You can set AUTH_SCOPE="openid profile offline_access".
Last modified date: 12/19/2024