SinglesignonSSO
Authentication server software
Extends: Technology
Single sign-on SSO
Authentication server software
Overview
Category: Authentication server software
Authentication server software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 13-1199.07
- SOC Code: 15-1252.00
- SOC Code: 15-1299.05
- SOC Code: 15-1299.06
- SOC Code: 41-9031.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Single sign-on SSO',
category: 'Authentication server software',
description: 'Authentication server software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Single sign-on SSO",
"applicationCategory": "Authentication server software",
"description": "Authentication server software"
}