<< < 27 28 29 30 31 32 33 34 35 36 37 > >>   Sort: Rank

"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, 2822🔥, 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, 1601🔥, 0💬

Azure AD Integration v1.0
Where to find tutorials on Azure AD Integration v1.0? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Azure AD Integration v1.0. Authentication Flows with Azure AD v1 Azure AD v1 OpenID Metadata Document Azure AD v1 Sign-On Authentication Reque...
2019-02-18, 1229🔥, 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, 1176🔥, 0💬

"docker container exec" - Execute Command on Running Container
How to Execute an extra Command on a Running Container using the "docker container exec" command? Since Linux system is a multi-tasking system, you can send an extra command to be executed on a running Alpine container. 1. Check the container status to make it is still running. fyicenter$ docker con...
2019-02-17, 975🔥, 0💬

"docker search alpine" - Search for Alpine Image
How to Search for Alpine Docker Image with the "docker search alpine" command? If you want to try the Alpine Docker Image, you can use the "docker search alpine" command to find the correct version of the image from the registry. fyicenter$ docker search alpine NAME DESCRIPTION STARS OFFICIAL alpine...
2019-02-14, 1414🔥, 0💬

"docker container start" - Start Alpine Container
How to Start Alpine Container with the "docker container start" command? If you want to start the Alpine container with its default command, you can use the "docker container start" command. 1. Run "docker container start" command with console attached and interactively. You see no output messages o...
2019-02-12, 890🔥, 0💬

Building Docker Image with "docker build"
Where to find tutorials on Building new Docker Images with "docker build" command? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Building new Docker Images with "docker build" command. What Is "docker build" Command Build "hello" Image from A...
2019-02-11, 974🔥, 0💬

ENTRYPOINT [...] - Specify Entrypoint Executable
How to specify the executable program to the ENTRYPOINT instruction in DockerFile? The ENTRYPOINT instruction has two different syntax formats. 1. Executable Program Format - Executable Program Format allows you to specify the path name of an executable program file and its parameters in a JSON arra...
2019-02-09, 1083🔥, 0💬

Turn on Ledger Peer Operation RESTful API
How to Turn on Ledger Peer Operation RESTful API? You can follow this tutorial to Turn on Ledger Peer Operation RESTful API. 1. Update Docker Compose YAML file, docker-compose-peer.yaml to override the "operations" settings: $ cd fabric-peer $ vi docker-compose-peer.yaml # Copyright (c) FYIcenter.co...
2019-02-09, 918🔥, 0💬

"docker container run" - Create Container with New Command
How to Create a new Container with a New Command using the "docker container run" command? If you want to create an Alpine container that starts with a new command different than the default command, you need to use the "docker container run" command with your Linux command specified. 1. Create a ne...
2019-02-06, 970🔥, 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, 1418🔥, 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, 1347🔥, 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, 1334🔥, 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, 1310🔥, 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, 1244🔥, 0💬

"python" - Python Docker Image
What is the Python Docker Image, "python"? I wan to use it build a Python application. The Python Docker Image, "python", is the official Docker image that provides you a Python development environment. You pull and try it. 1. Search for the "python" image. fyicenter$ docker search python NAME DESCR...
2019-02-04, 1013🔥, 0💬

What Is "docker build" Command
What is "docker build" Command? "docker build" Command allows you build new Docker image with instructions given in a given Dockerfile. Here is the syntax of the "docker build" command: fyicenter$ docker build --help Usage: docker build [OPTIONS] PATH | URL | - Build an image from a Dockerfile Optio...
2019-01-27, 1024🔥, 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, 4445🔥, 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, 3729🔥, 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, 2551🔥, 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, 2165🔥, 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, 2155🔥, 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, 1658🔥, 0💬

<< < 27 28 29 30 31 32 33 34 35 36 37 > >>   Sort: Rank