<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://accounts.google.com/o/saml2?idpid=xxxyyyzzz" validUntil="YYYY-MM-DDTHH:mm:SS.000Z">
<md:IDPSSODescriptor WantAuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data> <ds:X509Certificate>
xxxxxxxxxxxxxxx</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</md:NameIDFormat>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://accounts.google.com/o/saml2/idp?idpid=xxxyyyzzz"/>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://accounts.google.com/o/saml2/idp?idpid=xxxyyyzzz"/>
</md:IDPSSODescriptor>
</md:EntityDescriptor>
<?php
/**
* SAML Configuration file (for Onelogin PHP Library)
* Full documentation is available at https://developers.onelogin.com/saml/php
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.5.0
*/
//You must switch $config['saml_enabled'] to TRUE into config/config.php prior using SAML
//Field Mapping : how to get the e-mail
$samlMailMap = 'User.email';
//You shouldn't change the 'sp' sub-array, but only the content of 'idp' sub-array
//Sp is specific to the application (Jorani)
//Idp is specific to your identity provider
$settingsInfo = array(
'sp' => array(
'entityId' => base_url() . 'metadata',
'assertionConsumerService' => array(
'url' => base_url() . 'api/acs',
),
'singleLogoutService' => array(
'url' => base_url() . 'api/sls',
),
'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
),
'idp' => array(
'entityId' => 'https://accounts.google.com/o/saml2/idp?idpid=xxxyyyzzz',
'singleSignOnService' => array(
'url' => 'https://accounts.google.com/o/saml2/idp?idpid=xxxyyyzzz',
),
'singleLogoutService' => array(
'url' => 'https://accounts.google.com/o/saml2/idp?idpid=xxxyyyzzz',
),
'x509cert' => '-----BEGIN CERTIFICATE-----
xxxxxxxxxxxxxxx
-----END CERTIFICATE-----',
),
);
Error: app_not_configured_for_user
Service is not configured for this user.
Request Details
To resolve the 403 app_not_configured_for_user error:
Verify that the value in the saml:Issuer tag in the SAMLRequest matches the Entity ID value configured in the SAML Service Provider Details section in the Admin console. This value is case-sensitive.
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/589e477a-57d4-4714-8476-97f00e9f4878o%40googlegroups.com.
Institute of Engineering & Technology,
Sitapur Road, Lucknow -226021 Uttar Pradesh, IndiaYouTube : https://bit.ly/2VU63Jz
Facebook : https://www.facebook.com/ietlko
Twitter : https://twitter.com/iet_lucknow
Linkedin : https://www.linkedin.com/school/ietlucknow/
Telegram : https://t.me/ietlucknowbot
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/3d128848-2629-4c73-ae3b-ac5f4637abfbn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPFJBOQ%2BUi%3D1bhcKXpynHMrOn%2BA3yLVe4BZs4VRdz4qrDWCEeA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPf81ts54ATPmpuXAX15DV%2B%2B-az1xGf1TjWn1AGNM206hocz_w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPFJBOSLGO1NVyhh%2BvrrcEAfy74r1p7V_06uDoL%2Bd8TanhREHA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPf81tvFYJod%2BsK6V022OTQMCX0o-0BTo9NOPj_Po6ko_FN3mQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPFJBORoRAZ_PxaFUSUNcEFG1uSs0Dx0XRPDnmL%3DixkSFnF2sg%40mail.gmail.com.