...
Authentication
Embedded forms still needs valid authentication, if user is not logged in before, browser will be automatically redirected to login page. Alternatively you can specify an authentication token to login user automatically and skip login page.
Example embedded page url with authentication is belowtoken;
Code Block |
---|
http://ertan.emakin.com/app/embed.aspx?/workitem/d4c1adc7-c9d2-4af0-a2b3-b6d61d88df6d&auth=41AA3CE3CAFB..............BF8114 |
...
Code Block |
---|
<html> <body> Hello! <iframe src="http://ertan.emakin.com/app/embed.aspx?/workitem/d4c1adc7-c9d2-4af0-a2b3-b6d61d88df6d" width="100%" height="600" frameborder="0"></iframe> </body> </html> |
Default configuration is prevents the use emakin in IFrame tag because of security. If you get any error please try to remove "X-XFrame-Options" header from your web configuration file to allow to use emakin in iframe tag.
Action Toolbar
By default emakin does not show action toolbar of work items. If want to show action toolbar you can specify "actions=1" parameter in query string to show action toolbar.
...