<< < 3 4 5 6 7 8 9 10 > >>   Sort: Date

What Is Adobe Digital Editions
What Is Adobe Digital Editions? Adobe Digital Editions (ADE) is a free EPUB book reader provided by Adobe. Main features of Adobe Digital Editions: Support of EPUB 3.0 - The support for EPUB 3 standard allows you a richer reading experience, including: rendering of audio and video content; support f...
2018-07-13, 1211🔥, 0💬

Authentication Response Received from Azure AD v2
How to process the authentication response received from Azure AD v2.0 service after sending a sign-on authentication request? After Azure AD v2.0 service receives a sign-on authentication request from the end user's Web browser, it will process the request and redirect the Web browser to the "redir...
2019-05-03, 1210🔥, 0💬

Register Azure AD Application in Azure AD B2C
How to register my application as an Azure AD application in my Azure AD B2C account? If you want to register an application as an Azure AD application in your Azure AD B2C account, your application should be: Able to allow users who are members and their identities are managed locally in the Azure ...
2019-03-20, 1204🔥, 0💬

Azure AD Application Integration in Azure AD B2C
How to integrate my application with to Azure AD service? I have registered it as an Azure AD application. If you have registered your application as an Azure AD application, you can integrate your application with Azure AD service using OpenID Connect protocol with the following information: 1. "En...
2019-03-20, 1202🔥, 0💬

Initiate Azure AD v1 Authentication Request
How to initiate Azure AD v1.0 Sign-On Authentication Request? The Azure AD Sign-On v1.0 Authentication Request must be initiated from the end user's Web browser, because the Azure AD service needs to communicate with the Web browser to make sure that the end user is signed on to an AD (Active Direct...
2022-05-05, 1200🔥, 0💬

Initiate Azure AD v2 Access Token Request
How to initiate Azure AD v2.0 Access Token Request? The Azure AD v2.0 Access Token Request should be initiated from your application Web server. This is why the authentication code flow is more secure than the implicit flow, because the "id_token" value will be received by Web server directly from t...
2019-03-27, 1192🔥, 0💬

Azure AD v1 Authentication Request Test Page
How to build an Azure AD v1.0 Authentication Request Test page? The Authentication Request is the first call to the Azure AD service. You can build a simple Web form page to test different behavior of the Authentication Request. Here is an example, Azure-AD-Authentication-Reques t-Test.html:&lt;...
2022-05-01, 1191🔥, 0💬

Azure AD v2 id_token Is Smaller
Where Azure AD v2.0 id_token is smaller than v1.0? Azure AD v2.0 id_token is smaller than v1.0, because the number of default claims (properties) are reduced in Azure AD v2.0 id_tokens as shown in the table below: Azure AD v2.0 Azure AD v1.0 ver=2.0 ver=1.0 rh iss iss sub sub aud aud exp exp iat iat...
2019-04-03, 1186🔥, 0💬

Differences between OpenID and OAuth
What are the differences between OpenID and OAuth? Here is the main difference between OpenID and OAuth: OpenID is an open standard for authentication - Allows users to be authenticated to a Website using a third-party identify management service. OAuth is an open standard for authorization - Provid...
2021-03-21, 1185🔥, 0💬

Integration with Azure AD B2C User Flow
How to integrate your application with a user flow defined as a policy in my Azure AD B2C directory? After you have tested your user flow policy in your Azure AD B2C directory, you need to gather required information and integrate your application to the user flow. 1. Metadata document - Open the us...
2019-02-18, 1184🔥, 0💬

Google OpenID Connect Access Token Request Test Page
How to build an Google OpenID Connect Access Token Request Test page? The Access Token Request is the second call to the Google OpenID Connect service in the authentication code flow to retrieve the id_token with the authentication code received from the first call. You can build a simple Web form p...
2022-02-04, 1179🔥, 0💬

Initiate Azure AD v2 Authentication Request
How to initiate Azure AD v2.0 Sign-On Authentication Request? The Azure AD v2.0 Sign-On Authentication Request must be initiated from the end user's Web browser, because the Azure AD service needs to communicate with the Web browser to make sure that the end user is signed on to an AD (Active Direct...
2019-05-03, 1178🔥, 0💬

Azure AD v1 Sign-On Authentication Request
What is the Azure AD v1.0 Sign-On Authentication Request? Before deciding which Azure AD v1.0 authentication flow you want to implement in your Web application, you need to have a good understanding of the Azure AD sign-on authentication request, which is the first call you have to make in any authe...
2022-05-05, 1172🔥, 0💬

Process Azure AD v2 Access Token Request
How to the Azure AD v2.0 access token Request is process by Azure AD service? When Azure AD service receives an access token Request from a Web server, it will: Verify if the "client_id" value in the request is valid. If not, display an error message page to the end user. Take the "code" value from ...
2019-03-27, 1172🔥, 0💬

Application Registration for Google OpenID
How to register applications for Google OpenID Connect? Here are steps to register your application in your Google account. 1. Go to https://console.developers.goo gle.com. 2. Click "Credentials" from the left menu. You see a list of client application projects and their client credentials registere...
2021-03-21, 1171🔥, 0💬

Azure AD v2 Authentication Request Test Page
How to build an Azure AD 2.0 Authentication Request Test page? The Authentication Request is the first call to the Azure AD service. You can build a simple Web form page to test different behavior of the Authentication Request. Here is an example, Azure-AD-2-Authentication-Requ est-Test.html:&lt...
2019-05-03, 1170🔥, 0💬

What Are Authentication Flows
What are authentication flows specified in OpenID Connect? OpenID Connect supports 3 authentication data flows: 1. Authorization Code Flow - The Authorization Code Flow is more complex to implement. But it is more secure. In the Authorization Code Flow, only a short authorization code is returned to...
2021-08-11, 1164🔥, 0💬

Process Google OpenID Connect Authentication Request
How to the Google OpenID Connect Authentication Request is process by Google OpenID Connect service? When Google OpenID Connect service receives a Authentication Request from an end user's Web browser, it will: Verify if the "client_id" value in the request is valid. If not, display an error message...
2021-03-07, 1161🔥, 0💬

Download and Install Kindle for PC
How to Download and Install Kindle for PC? You can follow this tutorial to download and install Kindle for PC on your Windows computer. 1. Go to Kindle download site . 2. Click "Download for PC" button. You see download started. 3. Save the download file to \fyicenter\KindleForPC-install er-1.21.4801...
2022-07-01, 1155🔥, 0💬

Common Errors in Reported by EpubCheck
Where to find tutorials on Common Errors Reported by EpubCheck? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Common Errors Reported by EpubCheck. ERROR(PKG-006) - Mimetype Not the First ERROR(PKG-005) - Mimetype Has Extra Field ERROR(OPF-030...
2022-02-09, 1152🔥, 0💬

Requirements for Google OpenID Connect Integration
What are requirements for OpenID Connect Integration? If you want to integrate your application with Google OpenID Connect interface, you need to prepare the following: You need a Google account. A Gmail account is good enough. Register your application as a client application project in your Google...
2021-03-21, 1149🔥, 0💬

Run Simple EPUB Reader
How to run Simple EPUB Reader to view an EPUB book? I want to use it to read "The Geography of Bliss" EPUB book. If you have download "The Geography of Bliss" EPUB book, GeographyofBliss_oneChapter.ep ub,as shown in earlier tutorial, you can follow this tutorial to view the EPUB book in "Simple EPUB...
2019-01-01, 1145🔥, 0💬

Run and Register Kindle for PC
How to Run and Register Kindle for PC? You can follow this tutorial to run and register Kindle for PC on your Windows computer. 1. Search and run "Kindle for PC" on your computer. You see the Amazon sign screen. This is needed to register your Kindle for PC with an Amazon account. 2. Sign in with yo...
2022-07-01, 1142🔥, 0💬

Components Involved in OpenID Connect Authentication
What are components involved in OpenID Connect authentication flows? There are 4 components involved in a typical OpenID Connect authentication flow: 1. OpenID Provider (OP) - The OpenID Connect authentication service provider, who provides services to authenticate the end user. For example, Microso...
2021-08-11, 1139🔥, 0💬

<< < 3 4 5 6 7 8 9 10 > >>   Sort: Date