Get Authentication
Access
{{reader}}
Favourite Pages
{{pageEntry.pageName}}
Signed in as {{currentUser}} {{avatar}}
Sign Out
Sign In as Different User
{{currentUserExtraOptions}}
OpenForum
Actions
GetAuthentication
Get Action
Returns the authentication string for use by applets
Parameters
pageName - dummy
Usage:
/OpenForum/Actions/GetAuthentication?pageName=dummy
Server Side Javascript for GET method
//OpenForum/Actions/GetAuthentication/get.sjs
if(typeof(pageName)=="undefined") { transaction.setResult(transaction.SHOW_PAGE); } else { authentication = transaction.getHttpHeader().getElementByName("authorization"); if(authentication==null) { authentication = ""; } else { authentication = authentication.getValue(); } transaction.sendPage( authentication ); }
An error has occurred.
{{OpenForum.errorMessage}}
See technical details
×
Error details.
{{OpenForum.error}}
×
{{OpenForum.alert.title}}
{{OpenForum.alert.message}}
×