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

Register Azure AD B2C Application
How to register my application as an Azure AD B2C application in my Azure AD B2C account? If you want to register an application as an Azure AD B2C 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 th...
2019-03-08, 1326🔥, 0💬

Add Google as Identity Provider on Azure AD B2C
How to add Google as an identity provider to my Azure AD B2C account? I have registered Azure AD B2C as a Google client application. After you have registered Azure AD B2C as a Google client application, and recorded the "Client ID" and "Client Secret", you can now add Google as an identity provider...
2019-03-08, 1286🔥, 0💬

"Sign-up or Sign-in" Flow on Azure AD B2C
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to build a "Login" link on your Web application, and redirect your users to Azure AD service to display a "Sign-up or Sign-in" page for you, you need a create a "Sign-up or Sign-in" user flow policy. 1. S...
2019-02-18, 2848🔥, 0💬

Test Azure AD B2C User Flow
How to test a user flow defined as a policy in my Azure AD B2C directory? After you have defined a user flow in a policy in your Azure AD B2C directory, you can test it before you connect it to your application. 1. Sign in to the Azure portal as the global administrator of your Azure AD B2C tenant. ...
2019-02-18, 1608🔥, 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, 1181🔥, 0💬

Validate Google OpenID Connect id_token Signature
How to validate the id_token signature received from Google OpenID Connect authentication response? You can try to validate the "id_token" signature with your own code logic in these steps: 1. Take out the "kid" value from "Header" component of the "id_token". This will be used to identify the publi...
2019-02-05, 1426🔥, 0💬

Process Google OpenID Connect Access Token Request
How to the Google OpenID Connect access token Request is process by Google OpenID Connect service? When Google OpenID Connect 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...
2019-02-05, 1353🔥, 0💬

Access Token Response Received from Google OpenID Connect
How to process the access token response received from Google OpenID Connect service? After Google OpenID Connect service receives an access token request from your Web server script, it will process the request and returns the access token response directly. In order for your Web server script to p...
2019-02-05, 1348🔥, 0💬

Google OpenID Connect Access Token Request
What is the Google OpenID Connect Access Token Request? If you want to implement the authentication code flow, also called server flow, to integrate your application with Google OpenID Connect, you need to have a good understanding of the Google OpenID Connect access token request, which is the seco...
2019-02-05, 1313🔥, 0💬

Initiate Google OpenID Connect Access Token Request
How to initiate Google OpenID Connect Access Token Request? The Google OpenID Connect 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...
2019-02-05, 1249🔥, 0💬

EPUB 2.0 Metadata - dc:creator and dc:contributor Elements
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator" and "dc:contributor" are optional metadata elements to specify authors and contributors of the EPUB 2.0 book. EPUB 2.0.1 specification adds two attributes, "role" and "file-as", to the "Dublin Core M...
2019-01-26, 4465🔥, 0💬

EPUB 2.0 Metadata - dc:publisher and dc:rights Elements
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" and "dc:rights" are optional metadata elements to specify the publisher and the rights statement of the EPUB 2.0 book. For example, the following two elements specify that this EPUB book was published...
2019-01-26, 3768🔥, 0💬

EPUB 2.0 Metadata - dc:date Element
What is EPUB 2.0 Metadata "dc:date" Element? EPUB 2.0 Metadata "dc:date" is an optional metadata element to specify the publishing date of the EPUB 2.0 book. EPUB 2.0.1 specification adds one attribute, "event", to the "Dublin Core Metadata Element Set" standard on this "dc:date" element: opf:event ...
2019-01-26, 2559🔥, 0💬

EPUB 2.0 Metadata - dc:subject Element
What is EPUB 2.0 Metadata "dc:subject" Element? EPUB 2.0 Metadata "dc:subject" is an optional metadata element to specify the subject category of the EPUB 2.0 book. When using "dc:subject" metadata element, you should follow an industry standard like: BISAC (Book Industry Standards And Communication...
2019-01-26, 2168🔥, 0💬

EPUB 2.0 Metadata - dc:description Element
What is EPUB 2.0 Metadata "dc:description" Element? EPUB 2.0 Metadata "dc:description" is an optional metadata element to specify a long description of the EPUB 2.0 book. Here is a good example of a "dc:description" metadata element &lt;dc:description&gt; "Row,Row, Row Your Boat" is a popula...
2019-01-26, 2158🔥, 0💬

What Is OpenID
What Is OpenID? OpenID is a decentralized user authentication protocol developed by the OpenID Foundation. OpenID allows users to be authenticated to a Website using a third-party identify management service. In other words, OpenID is a SSO (Single-Sign-On) technology. As SSO technology, OpenID offe...
2019-01-20, 1665🔥, 0💬

What Is OpenID Connect
What Is OpenID Connect? OpenID Connect is a newer version of OpenID. OpenID Connect 1.0 was released in February 2014. OpenID and OpenID Connect releases: Version Release date OpenID Connect 1.0 February 4, 2014 OpenID 2.0 December 5, 2007 OpenID 1.1 May 2006 OpenID 1.0 Here is a picture of OpenID C...
2019-01-20, 1539🔥, 0💬

OpenID Usage Statistics
How many Web sites/services are using OpenID? According to builtwith.com, there are about 1,250,000 Web sites/services are using OpenID as of August 2018: OpenID Usage Statistics   ⇒ Differences between OpenID and OAuth ⇐ What Is OpenID Connect ⇑ Introduction to OpenID ⇑⇑ OpenID Tutorials
2019-01-20, 1411🔥, 0💬

__sectionTitle__
Where to find tutorials as Introduction to OpenID. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team as Introduction to OpenID. What Is OpenID What Is OpenID Connect OpenID Usage Statistics Differences between OpenID and OAuth   ⇒ What Is OpenID ⇐ ...
2019-01-20, 1404🔥, 0💬

EPUB 2.0 Picture Cover Page
How to add a cover page to an EPUB 2.0 book? EPUB 2.0 does not offer any special specification to define a cover page. So the first page of book content is the cover of the book. If you don't want the cover page (the first page in "spine" list) to show up in the linear reading flow, you can use the ...
2019-01-12, 2436🔥, 0💬

EPUB 2.0 Metadata in Calibre Book Library
How to view EPUB 2.0 metadata in Calibre book Library? You can follow this tutorial to view EPUB 2.0 metadata in Calibre book library. 1. Click Row-Your-Boat-2.0.epub to download this sample EPUB 2.0 book. 2. Unzip and open package.opf. You see the following metadata elements: &lt;package xmlns=...
2019-01-12, 2339🔥, 0💬

View EPUB 2.0 Metadata List with Calibre
How to see more EPUB 2.0 metadata list with Calibre? You can follow this tutorial to view EPUB 2.0 metadata list with Calibre. 1. Click Row-Your-Boat-2.0.epub to download this sample EPUB 2.0 book. 2. Add Row-Your-Boat-2.0.epub to Calibre book library. You see some EPUB 2.0 metadata displayed below ...
2019-01-12, 2193🔥, 0💬

Introduction of EPUB 2.0 Specification
Where to find tutorials on introduction of EPUB 2.0 Specification? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on introduction of EPUB 2.0 Specification. What Is EPUB 2.0 Specification Minimum Requirement of EPUB 2.0.1 File Hello-2.0.epub - "m...
2019-01-12, 2369🔥, 0💬

Hello-3.1.epub Created with WinRAR
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To create the EPUB 3.1 example, Hello-3.1.epub, you need to collect all files mentioned from previous tutorials: |-- mimetype |-- package.opf |-- content.xhtml |-- navigation.xhtml |-- META-INF |-- containe...
2019-01-12, 3181🔥, 0💬

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