You're viewing a demo portfolio

Join the waitlist
PRSM

create_portal_host

Active

Tool of Relin

declared in 1.0.0

Authenticated tool for creating a stable portal host with OIDC sign-in.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "appId",
    "hostname",
    "oidcIssuer",
    "oidcClientId",
    "oidcClientSecret"
  ],
  "properties": {
    "appId": {
      "type": "string",
      "minLength": 1
    },
    "hostname": {
      "type": "string",
      "minLength": 1
    },
    "nameClaim": {
      "type": "string"
    },
    "emailClaim": {
      "type": "string"
    },
    "oidcIssuer": {
      "type": "string",
      "format": "uri"
    },
    "oidcScopes": {
      "type": "string"
    },
    "oidcClientId": {
      "type": "string",
      "minLength": 1
    },
    "recipientClaim": {
      "type": "string"
    },
    "oidcClientSecret": {
      "type": "string",
      "minLength": 1
    },
    "allowedEmailDomain": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Relin

https://github.com/earonesty/relin

1/7 registries
View full server →