providers/scim: remove preview (#7166)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
63a9cf2963
commit
41bb1ca707
|
@ -120,10 +120,7 @@ export class SCIMProviderViewPage extends AKElement {
|
|||
if (!this.provider) {
|
||||
return html``;
|
||||
}
|
||||
return html`<div slot="header" class="pf-c-banner pf-m-info">
|
||||
${msg("SCIM provider is in preview.")}
|
||||
</div>
|
||||
${!this.provider?.assignedBackchannelApplicationName
|
||||
return html` ${!this.provider?.assignedBackchannelApplicationName
|
||||
? html`<div slot="header" class="pf-c-banner pf-m-warning">
|
||||
${msg(
|
||||
"Warning: Provider is not assigned to an application as backchannel provider.",
|
||||
|
|
|
@ -4,10 +4,6 @@ title: SCIM Provider
|
|||
|
||||
SCIM (System for Cross-domain Identity Management) is a set of APIs to provision users and groups. The SCIM provider in authentik supports SCIM 2.0 and can be used to provision and sync users from authentik into other applications.
|
||||
|
||||
:::info
|
||||
The SCIM provider is currently in Preview.
|
||||
:::
|
||||
|
||||
### Configuration
|
||||
|
||||
A SCIM provider requires a base URL and a token. SCIM works via HTTP requests, so authentik must be able to reach the specified endpoint.
|
||||
|
|
Reference in New Issue