Not a developer? Go to MovableType.com

Documentation

IdentitySystem

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

URL of the Authentication service (marked as “TypePad”) used on “Preferences > Web Services Settings”.

Value of IDENTITY_SYSTEM in the following link:

<a href="javascript:void(0)" onclick="window.open('<mt:var name="IDENTITY_SYSTEM">/handshake?<mt:if name="LANG">lang=<mt:var name="LANG">&amp;</mt:if>url=<mt:var name="HANDSHAKE_RETURN" escape="URL">&amp;blog_id=<mt:var name="BLOG_ID">');return false"><__trans phrase="Obtain TypePad token"></a>

Values

Absolute URL. Defaults to TypePad URL: http://www.typekey.com/t/typekey

Examples

Change to use different service:

IdentitySystem http://www.example.com/path/to/app
Back