From 315fb7192205372877e098b508c6cc68e35a0e7a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 14 Feb 2014 14:07:39 +0100 Subject: [PATCH] Add the OpenID issuer configuration --- roles/fedoauth/templates/fedoauth.stg.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fedoauth/templates/fedoauth.stg.cfg b/roles/fedoauth/templates/fedoauth.stg.cfg index 23f8933806..bd2bc27ca6 100644 --- a/roles/fedoauth/templates/fedoauth.stg.cfg +++ b/roles/fedoauth/templates/fedoauth.stg.cfg @@ -29,6 +29,7 @@ FAS_AVAILABLE_TO = [] # PERSONA CONFIGURATION # This is the domain for which we are willing to sign PERSONA_DOMAIN = 'stg.fedoraproject.org' +PERSONA_ISSUER = 'id.stg.fedoraproject.org' PERSONA_PRIVATE_KEY_PATH = '/etc/fedoauth/persona.stg.key' PERSONA_PRIVATE_KEY_PASSPHRASE = '{{ fedoauth_persona_key_passphrase }}'