User ID value and attribute value setting method

This section provides details on how to set user ID values and attribute values to be sent to the application (service provider).

1. Setting method selection

Select the type of value to be sent from the following:

Items Contents
Direct input Sends a fixed string, regardless of which member it is.
Property Sends the value of the member property of the logged-in member.
Member information Sends registration information for logged-in members.
Custom format A string, generated by combining the various information of logged-in members, is sent.


2. Value setting

This option allows the setting of the values to be sent.
The way to specify these values differ depending on the setting methods.

Setting method How to specify Contents
Direct input input Enter the value to be passed to the service provider as is.
Property selection Select the member properties set for each member.
Member information selection Select the member information.

Member ID
Uses the value set for the ID in the member settings.
Member name
Uses the value set for the member name.
Member email
Uses the member’s email address.
Member email account
Uses the portion of the string before the “@” symbol from the member’s email address.
Custom format input You can use substitution characters to create values that combine various types of information about the member.

##(Property key)##
The value of the member property will be set.
##member:id##
The member’s ID will be set.
##member:name##
The member’s name will be set.
##member:mail##
The member’s name will be set.
##member:mail_account##
Uses the portion of the string before the “@” symbol from the member’s email address.

Strings other than the above will be output as is.

Custom format sample
Here is an example of custom formatting behavior when the member listed below tries to log in to SSO.

ID:123
Mailaddress:yubion@example.com
Member properties
    sample => xyz

If you specify the custom format “##member:id##_##sample##_##member:mail_account##” as an attribute value the service provider will receive “123_xyz_yubion” as an attribute.