+ {/* Step 1: SCIM URL */}
+
+
+
+ 1
+
+
+
+ SCIM Tenant URL
+
+
+
+ Use this URL in your identity provider SCIM integration settings.
+
+
+
+ message.success("URL copied to clipboard")}
+ >
+
+
+ Copy
+
+
+
+
+
+ {/* Step 2: SCIM Token */}
+
+
+
+ 2
+
+
+
+ Authentication Token
+
+
+
+
+ You need a SCIM token to authenticate with the SCIM API. Create one below and use it in your SCIM provider configuration.
+
+
+ {!tokenData ? (
+
+
+
+
+
+
+
+ Create SCIM Token
+
+
+
+
+ ) : (
+
+
+
+
Your SCIM Token
+
+
+ Make sure to copy this token now. You will not be able to see it again.
+
+
+
+ message.success("Token copied to clipboard")}
+ >
+
+
+ Copy
+
+
+
+ setTokenData(null)}
+ >
+
+ Create Another Token
+
+
+ )}
+
+
+