Skip to content

Commit

Permalink
*: remove outdated preview badges (#12950)
Browse files Browse the repository at this point in the history
* remove outdated preview badges

* remove from web ui too

Signed-off-by: Jens Langhammer <[email protected]>

---------

Signed-off-by: Jens Langhammer <[email protected]>
Co-authored-by: Jens Langhammer <[email protected]>
  • Loading branch information
gergosimonyi and BeryJu authored Feb 6, 2025
1 parent 26a08fc commit daebeb1
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -51,7 +50,6 @@ export class GoogleWorkspaceProviderViewPage extends AKElement {
return [
PFBase,
PFButton,
PFBanner,
PFForm,
PFFormControl,
PFStack,
Expand Down Expand Up @@ -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/[email protected]">${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.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -51,7 +50,6 @@ export class MicrosoftEntraProviderViewPage extends AKElement {
return [
PFBase,
PFButton,
PFBanner,
PFForm,
PFFormControl,
PFStack,
Expand Down Expand Up @@ -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/[email protected]">${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.",
Expand Down
8 changes: 0 additions & 8 deletions web/src/admin/sources/scim/SCIMSourceViewPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -60,7 +59,6 @@ export class SCIMSourceViewPage extends AKElement {
PFContent,
PFCard,
PFDescriptionList,
PFBanner,
];
}

Expand All @@ -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/[email protected]"
>${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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Add an Entra ID provider
---

<span class="badge badge--primary">Enterprise</span>
<span class="badge badge--preview">Preview</span>

---

Expand Down
1 change: 0 additions & 1 deletion website/docs/add-secure-apps/providers/entra/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Microsoft Entra ID provider
---

<span class="badge badge--primary">Enterprise</span>
<span class="badge badge--preview">Preview</span>

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Create a Google Workspace provider
---

<span class="badge badge--primary">Enterprise</span>
<span class="badge badge--preview">Preview</span>

---

Expand Down
1 change: 0 additions & 1 deletion website/docs/add-secure-apps/providers/gws/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Google Workspace provider
---

<span class="badge badge--primary">Enterprise</span>
<span class="badge badge--preview">Preview</span>

---

Expand Down
4 changes: 0 additions & 4 deletions website/docs/users-sources/sources/protocols/scim/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit daebeb1

Please sign in to comment.