Add SCIM Token section to Admin Area for instance-level SCIM
What does this MR do and why?
Describe in detail what your merge request does and why.
Implements Create a UI to generate a SCIM token in the Adm... (#376138 - closed)
As part of Extend group SCIM to instance level for self-ma... (&8902) this adds a UI element to the Admin area -> Application Settings -> General to allow administrators to generate a SCIM token, and copy the instance-level SCIM API URL. This change re-uses the existing Vue application for generating and resetting the token.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
*** Collapsed ***
*** Expanded pre-token-generation ***
*** Expanded after-token-generation ***
*** Expanded after page refresh when token was previously generated ***
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Sign in as an admin user and navigate to Admin area -> Application Settings -> General.
- Scroll down to the 'SCIM Token' section. It appears directly below 'External Authorization' when an EE license is present.
- If you've never generated a token before you will see a button 'Generate a SCIM token'. Click to generate a token
- SCIM token will be populated and can be copied or made visible. The API URL is also displayed.
- If you now refresh the page, notice the SCIM token is now permanently hidden and there is a link to reset it if needed.
- Click 'reset it' to generate a new token. -->
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.