create_portal_host
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries