Created
June 11, 2019 06:11
-
-
Save mefarazath/cc296f90c5c3cfa1d80a74891733be2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?><ServiceProvider> | |
<ApplicationName>apple-sign-in-app</ApplicationName> | |
<Description/> | |
<InboundAuthenticationConfig> | |
<InboundAuthenticationRequestConfigs> | |
<InboundAuthenticationRequestConfig> | |
<InboundAuthKey>pAlTjf4hEdBsxtIjaeZBnoBQRzoa</InboundAuthKey> | |
<InboundAuthType>oauth2</InboundAuthType> | |
<InboundConfigType>standardAPP</InboundConfigType> | |
<inboundConfiguration><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<oAuthAppDO> | |
<oauthConsumerKey>pAlTjf4hEdBsxtIjaeZBnoBQRzoa</oauthConsumerKey> | |
<oauthConsumerSecret>PAb_jH_efJNcL6XNOz0rkcgcUAoa</oauthConsumerSecret> | |
<applicationName>apple-sign-in-app</applicationName> | |
<callbackUrl>https://localhost/callback</callbackUrl> | |
<oauthVersion>OAuth-2.0</oauthVersion> | |
<grantTypes>refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer implicit password client_credentials iwa:ntlm authorization_code urn:ietf:params:oauth:grant-type:uma-ticket urn:ietf:params:oauth:grant-type:jwt-bearer </grantTypes> | |
<scopeValidators/> | |
<pkceSupportPlain>true</pkceSupportPlain> | |
<pkceMandatory>false</pkceMandatory> | |
<userAccessTokenExpiryTime>3600</userAccessTokenExpiryTime> | |
<applicationAccessTokenExpiryTime>3600</applicationAccessTokenExpiryTime> | |
<refreshTokenExpiryTime>84600</refreshTokenExpiryTime> | |
<idTokenExpiryTime>3600</idTokenExpiryTime> | |
<audiences/> | |
<bypassClientCredentials>false</bypassClientCredentials> | |
<renewRefreshTokenEnabled>true</renewRefreshTokenEnabled> | |
<requestObjectSignatureValidationEnabled>false</requestObjectSignatureValidationEnabled> | |
<idTokenEncryptionEnabled>false</idTokenEncryptionEnabled> | |
<idTokenEncryptionAlgorithm>null</idTokenEncryptionAlgorithm> | |
<idTokenEncryptionMethod>null</idTokenEncryptionMethod> | |
<tokenType>Default</tokenType> | |
</oAuthAppDO> | |
]]></inboundConfiguration> | |
<Properties/> | |
</InboundAuthenticationRequestConfig> | |
<InboundAuthenticationRequestConfig> | |
<InboundAuthKey>apple-sign-in-app</InboundAuthKey> | |
<InboundAuthType>openid</InboundAuthType> | |
<InboundConfigType>standardAPP</InboundConfigType> | |
<Properties/> | |
</InboundAuthenticationRequestConfig> | |
<InboundAuthenticationRequestConfig> | |
<InboundAuthKey>apple-sign-in-app</InboundAuthKey> | |
<InboundAuthType>passivests</InboundAuthType> | |
<InboundConfigType>standardAPP</InboundConfigType> | |
<Properties/> | |
</InboundAuthenticationRequestConfig> | |
</InboundAuthenticationRequestConfigs> | |
</InboundAuthenticationConfig> | |
<LocalAndOutBoundAuthenticationConfig> | |
<AuthenticationSteps/> | |
<AuthenticationType>default</AuthenticationType> | |
<alwaysSendBackAuthenticatedListOfIdPs>false</alwaysSendBackAuthenticatedListOfIdPs> | |
<UseTenantDomainInUsername>false</UseTenantDomainInUsername> | |
<UseUserstoreDomainInRoles>true</UseUserstoreDomainInRoles> | |
<UseUserstoreDomainInUsername>false</UseUserstoreDomainInUsername> | |
<EnableAuthorization>false</EnableAuthorization> | |
</LocalAndOutBoundAuthenticationConfig> | |
<RequestPathAuthenticatorConfigs/> | |
<InboundProvisioningConfig> | |
<ProvisioningUserStore/> | |
<IsProvisioningEnabled>false</IsProvisioningEnabled> | |
<IsDumbModeEnabled>false</IsDumbModeEnabled> | |
</InboundProvisioningConfig> | |
<OutboundProvisioningConfig> | |
<ProvisioningIdentityProviders/> | |
</OutboundProvisioningConfig> | |
<ClaimConfig> | |
<RoleClaimURI/> | |
<LocalClaimDialect>true</LocalClaimDialect> | |
<IdpClaim/> | |
<ClaimMappings/> | |
<AlwaysSendMappedLocalSubjectId>false</AlwaysSendMappedLocalSubjectId> | |
<SPClaimDialects/> | |
</ClaimConfig> | |
<PermissionAndRoleConfig> | |
<Permissions/> | |
<RoleMappings/> | |
<IdpRoles/> | |
</PermissionAndRoleConfig> | |
<IsSaaSApp>false</IsSaaSApp> | |
</ServiceProvider> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment