You are here

function _bakery_uri in Bakery Single Sign-On System 7.4

URI for Bakery federation.

Return value

string The URI.

2 calls to _bakery_uri()
bakery_bake_data in ./bakery.module
Sign data for Bakery transfer.
bakery_validate_data in ./bakery.module
Validate signature and attributes.

File

./bakery.module, line 476

Code

function _bakery_uri() {
  return 'https://' . variable_get('bakery_domain', '') . '/';
}