*: remove outdated preview badges (#12950)
* remove outdated preview badges * remove from web ui too Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -16,7 +16,6 @@ import { msg } from "@lit/localize"; | ||||
| import { CSSResult, PropertyValues, TemplateResult, html } from "lit"; | ||||
| import { customElement, property, state } from "lit/decorators.js"; | ||||
|  | ||||
| import PFBanner from "@patternfly/patternfly/components/Banner/banner.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
| import PFCard from "@patternfly/patternfly/components/Card/card.css"; | ||||
| import PFContent from "@patternfly/patternfly/components/Content/content.css"; | ||||
| @ -51,7 +50,6 @@ export class GoogleWorkspaceProviderViewPage extends AKElement { | ||||
|         return [ | ||||
|             PFBase, | ||||
|             PFButton, | ||||
|             PFBanner, | ||||
|             PFForm, | ||||
|             PFFormControl, | ||||
|             PFStack, | ||||
| @ -157,11 +155,7 @@ export class GoogleWorkspaceProviderViewPage extends AKElement { | ||||
|         if (!this.provider) { | ||||
|             return html``; | ||||
|         } | ||||
|         return html`<div slot="header" class="pf-c-banner pf-m-info"> | ||||
|                 ${msg("Google Workspace Provider is in preview.")} | ||||
|                 <a href="mailto:hello+feature/gws@goauthentik.io">${msg("Send us feedback!")}</a> | ||||
|             </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.", | ||||
|  | ||||
| @ -16,7 +16,6 @@ import { msg } from "@lit/localize"; | ||||
| import { CSSResult, PropertyValues, TemplateResult, html } from "lit"; | ||||
| import { customElement, property, state } from "lit/decorators.js"; | ||||
|  | ||||
| import PFBanner from "@patternfly/patternfly/components/Banner/banner.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
| import PFCard from "@patternfly/patternfly/components/Card/card.css"; | ||||
| import PFContent from "@patternfly/patternfly/components/Content/content.css"; | ||||
| @ -51,7 +50,6 @@ export class MicrosoftEntraProviderViewPage extends AKElement { | ||||
|         return [ | ||||
|             PFBase, | ||||
|             PFButton, | ||||
|             PFBanner, | ||||
|             PFForm, | ||||
|             PFFormControl, | ||||
|             PFStack, | ||||
| @ -157,11 +155,7 @@ export class MicrosoftEntraProviderViewPage extends AKElement { | ||||
|         if (!this.provider) { | ||||
|             return html``; | ||||
|         } | ||||
|         return html`<div slot="header" class="pf-c-banner pf-m-info"> | ||||
|                 ${msg("Microsoft Entra Provider is in preview.")} | ||||
|                 <a href="mailto:hello+feature/mse@goauthentik.io">${msg("Send us feedback!")}</a> | ||||
|             </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.", | ||||
|  | ||||
| @ -16,7 +16,6 @@ import { msg } from "@lit/localize"; | ||||
| import { CSSResult, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFBanner from "@patternfly/patternfly/components/Banner/banner.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
| import PFCard from "@patternfly/patternfly/components/Card/card.css"; | ||||
| import PFContent from "@patternfly/patternfly/components/Content/content.css"; | ||||
| @ -60,7 +59,6 @@ export class SCIMSourceViewPage extends AKElement { | ||||
|             PFContent, | ||||
|             PFCard, | ||||
|             PFDescriptionList, | ||||
|             PFBanner, | ||||
|         ]; | ||||
|     } | ||||
|  | ||||
| @ -78,12 +76,6 @@ export class SCIMSourceViewPage extends AKElement { | ||||
|         } | ||||
|         return html`<ak-tabs> | ||||
|             <section slot="page-overview" data-tab-title="${msg("Overview")}"> | ||||
|                 <div slot="header" class="pf-c-banner pf-m-info"> | ||||
|                     ${msg("SCIM Source is in preview.")} | ||||
|                     <a href="mailto:hello+feature/scim-source@goauthentik.io" | ||||
|                         >${msg("Send us feedback!")}</a | ||||
|                     > | ||||
|                 </div> | ||||
|                 <div class="pf-c-page__main-section pf-m-no-padding-mobile pf-l-grid pf-m-gutter"> | ||||
|                     <div class="pf-c-card pf-l-grid__item pf-m-12-col"> | ||||
|                         <div class="pf-c-card__body"> | ||||
|  | ||||
| @ -3,7 +3,6 @@ title: Add an Entra ID provider | ||||
| --- | ||||
|  | ||||
| <span class="badge badge--primary">Enterprise</span> | ||||
| <span class="badge badge--preview">Preview</span> | ||||
|  | ||||
| --- | ||||
|  | ||||
|  | ||||
| @ -3,7 +3,6 @@ title: Microsoft Entra ID provider | ||||
| --- | ||||
|  | ||||
| <span class="badge badge--primary">Enterprise</span> | ||||
| <span class="badge badge--preview">Preview</span> | ||||
|  | ||||
| --- | ||||
|  | ||||
|  | ||||
| @ -3,7 +3,6 @@ title: Create a Google Workspace provider | ||||
| --- | ||||
|  | ||||
| <span class="badge badge--primary">Enterprise</span> | ||||
| <span class="badge badge--preview">Preview</span> | ||||
|  | ||||
| --- | ||||
|  | ||||
|  | ||||
| @ -3,7 +3,6 @@ title: Google Workspace provider | ||||
| --- | ||||
|  | ||||
| <span class="badge badge--primary">Enterprise</span> | ||||
| <span class="badge badge--preview">Preview</span> | ||||
|  | ||||
| --- | ||||
|  | ||||
|  | ||||
| @ -2,10 +2,6 @@ | ||||
| title: SCIM Source | ||||
| --- | ||||
|  | ||||
| <span class="badge badge--preview">Preview</span> | ||||
|  | ||||
| --- | ||||
|  | ||||
| The SCIM source allows other applications to directly create users and groups within authentik. SCIM provides predefined schema for users and groups, with a RESTful API, to enable automatic user provisioning and deprovisioning, SCIM is supported by applications such as Microsoft Entra ID, Google Workspace, and Okta. | ||||
|  | ||||
| The base SCIM URL is in the format of `https://authentik.company/source/scim/<source-slug>/v2`. Authentication is done via Bearer tokens that are generated by authentik. When an SCIM source is created, a service account is created and a matching token is provided. | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Simonyi Gergő
					Simonyi Gergő