Contents
If you use SSO/Provisioning with OneLogin, please follow this help article.
Create Acall application in OneLogin Administration
Search for and click "APPS" > "Add Apps" > "SCIM Provisioner with SAML (SCIM v2 Core)."
"Portal" > enter "Acall" in the Display NameName field (can be changed) and click "SAVE."
Acall application settings
Configuration ⇒ Application Details
Item | Value |
---|---|
SAML Audience URL | https://api.acall.jp |
SAML Consumer URL | https://api.acall.jp/auth/saml/callback |
Configuration ⇒ API Connection
Item | Value |
---|---|
API Status | ENABLE |
SCIM Base URL | https://api.acall.jp/scim |
SCIM JSON Template | (Please see next section) |
SCIM Bearer Token | (Provided by Acall) |
Parameters ⇒ SCIM Provisioner with SAML (SCIM v2) Field
Item | Value |
---|---|
SCIM Username |
Adjust the SCIM JSON Template to send the following parameters.
{
"schemas": [
"urn:scim:schemas:core:1.0",
"urn:scim:my:custom:schema"
],
"userName": String, # E-mail ※ ( "{$user.email}" )
"externalId": String, # External ID ※ (Unique and unchanged; onelogin_id is recommended.)
"name": {
"givenName": String, # Family name ※ ( "{$user.firstname}" )
"familyName": String # Given name ※ ( "{$user.lastname}" )
},
"displayName": String, # Display name ※ ( "{$user.name}" )
"active": Boolean, # Active/Resigned ※ ( "{$user.status}" )
"roles": [
{
"primary": "true",
"value": String # Permission ※ Adjust the rules to output a text string "admin" or "general".
}
],
"phoneNumbers": [
{
"type": "mobile",
"value": String # SMS phone number
},
{
"type": "work",
"value": String # Extension phone number
},
{
"type": "sms",
"value": String # Voice call phone number
}
],
"accounts": [
{
"type": "google",
"value": String # G-Suite account
},
{
"type": "slack",
"value": String # Slack user id ※ Slack account email
}
]
}
Send information to Acall
SSO
- Fingerprint ( "X.509 Certificate" ⇒ "View Details" ⇒ "Fingerprint" )
- SAML 2.0 Endpoint (HTTP)
- SLO Endpoint (HTTP)
Start provisioning
1. Enter the value provided by Acall in the SCIM Bearer Token in the Configuration menu.
2. Check "Enable provisioning" in the provisioning menu.
3. Assign users to be provisioned in the Users menu and start provisioning
Log in to Acall
After logging into OneLogin, select "Acall" at the top of the portal screen.
Comments
0 comments
Article is closed for comments.