< 1 2 3 4 5 6 7 > >>   Sort: Rank

Hello-3.1.epub - Package File: package.opf
How to create a package file like package.opf for an EPUB 3.1 book? At least one package file, like package.opf, is required for an EPUB 3.1 book in the book ZIP container. It defines required meta data and specifies 2 required content files. Here is the requirement on a package file: 1. A package f...
2022-05-31, 1616🔥, 0💬

Simple EPUB Reader Failed on EPUB 3.0
Why Simple EPUB Reader is showing an empty page on "The War Poems Of Siegfried Sassoon" EPUB 3.0 book? Simple EPUB Reader does not support all features of the EPUB 3.0 specification. For example: 1. Run "Simple EPUB Reader" and open "The War Poems Of Siegfried Sassoon" EPUB book. 2. Click the naviga...
2022-05-31, 1573🔥, 0💬

What Is id_token
What is id_token used in OpenID Connect protocol? "id_token" is Base64URL encoded string returned from the authentication service provider after the user successfully finishes the authentication process. "id_token" follows the "RFC 7519 - JWT (JSON Web Token)" to encode authentication information. Y...
2022-05-31, 1157🔥, 0💬

What Is the Authentication Claim in id_token
What is the authentication claim in an id_token? The authentication claim is the information carried in the id_token body component. OpenID Connect 1.0 specification defines the following primary properties on the authentication claim: "iss" - Required. Identifies the "Issuer" of this authentication...
2022-05-31, 1052🔥, 0💬

Azure AD v1 OpenID Metadata Document
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an online JSON document that contains most of the information required for an app to perform sign-in. This includes information such as the URLs to use and the location of the service's public signing keys....
2022-05-05, 3146🔥, 0💬

Authentication Flows with Azure AD v1
What are Authentication Flows Supported by Azure AD v1.0 service? Azure AD v1.0 service supports 3 Authentication Flows: 1. Implicit Flow - The Implicit Flow is simple to implement. But it is less secure. Authentication is done in a single call to Azure AD service, which returns the "id_token" conta...
2022-05-05, 1480🔥, 0💬

Application ID Settings on Azure AD
What settings are associated an application ID on Azure AD? Once you Website is registered on Azure AD with an Application ID, you can open and modify its settings described below: 1. Sign in to the Azure portal with admin permissions. 2. Go back to "Azure Active Directory &gt; default directory...
2022-05-05, 1272🔥, 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, 1175🔥, 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, 1152🔥, 0💬

Azure AD v1 Error: Invalid Reply URL
Why Azure AD v1.0 display this error message: AADSTS50011: The reply url specified in the request does not match the reply URLsconfigured for the application? The root cause of this error is that you forgot the add the "redirect_uri" in your authentication request to Application ID settings on Azure...
2022-05-01, 1362🔥, 0💬

Dump Azure AD v1 Authentication Response
How to build a PHP script to dump Azure AD v1.0 Authentication Response? If you are use the Azure-AD-Authentication-Reques t-Test.htmltest Web form, you need to write a server side script to dump the Azure AD Authentication Response. Here is an example of PHP script, openID_receiver.php, that dumps ...
2022-05-01, 1263🔥, 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, 1168🔥, 0💬

Process Azure AD v1 Authentication Request
How to the Azure AD v1.0 Sign-On Authentication Request is process by Azure AD service? When Azure AD v1.0 service receives a Sign-On 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 page to the ...
2022-05-01, 1103🔥, 0💬

Authentication Response Received from Azure AD v1
How to process the authentication response received from Azure AD v1.0 service after sending a sign-on authentication request? After Azure AD v1.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...
2022-05-01, 1094🔥, 0💬

ERROR(PKG-006) - Mimetype Not the First
How to fix the "ERROR(PKG-006) - Mimetype file entry is missing or is not the first file ..." error? When you validate a EPUB 2.0 package with EpubCheck, you may see the following error: C:\fyicenter&gt; java -jar epubcheck.jar Error-Mimetype-Not-First-2.0.e pubValidating using EPUB version 2.0....
2022-04-21, 778🔥, 0💬

What Is EPUB 3.2 Specification
What Is EPUB 3.2 Specification? EPUB 3.2 Specification is the 3.2 version of EPUB specification, released on May 8, 2019. EPUB 3.2 is considered as a successor to both EPUB 3.0.1 and EPUB 3.1. EPUB 3.1 did not receive wide adoption due to incompatibilities with previous versions, so EPUB 3.2 was dev...
2022-04-21, 554🔥, 0💬

Changes on EPUB OCF 3.2
What are changed made on EPUB Open Container Format (OCF) 3.2 specification? EPUB Open Container Format (OCF) 3.2 specification has the following changes. 1. Encryption and Compression Order - The order of encryption and compression has been clarified. The new rules clarify that compression is not n...
2022-04-21, 528🔥, 0💬

Changes on EPUB Packages 3.2
What are changed made on EPUB Packages 3.2 specification? EPUB Packages 3.2 specification has the following changes. 1. Changes on "package.metadata": The portrait value of the rendition:spread attribute is deprecated. The rendition:viewport property is deprecated. The meta-auth property is deprecat...
2022-04-21, 505🔥, 0💬

Changes on EPUB Content Documents 3.2
What are changed made on EPUB Content Documents 3.2 specification? EPUB Content Documents 3.2 specification has the following changes. 1. The dated references to HTML and SVG have been replaced with undated references. 2. Replacement of EPUB Style Sheets with CSS References. 3. Prioritization of Aut...
2022-04-21, 487🔥, 0💬

EPUB 2.0 Metadata - dc:identifier Element
What is EPUB 2.0 Metadata "dc:identifier" Element? EPUB 2.0 Metadata "dc:identifier" is a required metadata element to specify a code that uniquely identifies the EPUB 2.0 book. To use "dc:identifier" properly, you need to meet the following two requirements: 1. &lt;package unique-identifier="bo...
2022-04-13, 2849🔥, 0💬

EPUB 2.0 Metadata - dc:language Element
What is EPUB 2.0 Metadata "dc:language" Element? EPUB 2.0 Metadata "dc:language" is a required metadata element to specify the primary language of the EPUB 2.0 book. When using "dc:language" metadata element, you should the an ISO 639 language code to specify the language. For example, the following...
2022-04-13, 2391🔥, 0💬

What Is EPUB 2.0 Package Metadata
What Is EPUB 2.0 Package Metadata EPUB 2.0 Package Metadata encapsulates meta information of the EPUB 2.0 book. Package Metadata, represented by the "metadata" element, is specified as the first required sub-element of the root "package" element in an EPUB 2.0 package file like package.opf: &lt;...
2022-04-13, 1956🔥, 0💬

EPUB 2.0 Metadata - dc:title Element
What is EPUB 2.0 Metadata "dc:title" Element? EPUB 2.0 Metadata "dc:title" specify a title for the EPUB 2.0 book. For each EPUB 2.0 book, you must specify at least one "dc:title" metadata element as shown below: &lt;dc:title&gt;Row, Row, Row Your Boat&lt;/dc:title&gt; If you want to ...
2022-04-13, 1774🔥, 0💬

Google OpenID Authentication Request Test
How to build a Google OpenID Authentication Request Test page? The Authentication Request is the first call to the Google OpenID Connect service. You can build a simple Web form page to test different behavior of the Authentication Request. Here is an example, Google-OpenID-Authentication-R equest-Te...
2022-04-13, 1291🔥, 0💬

< 1 2 3 4 5 6 7 > >>   Sort: Rank