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

Azure AD B2C Integration
Where to find tutorials on Azure AD B2C Integration? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Azure AD B2C Integration. What Is Azure AD B2C Application Registration on Azure AD B2C User Sources in Azure AD B2C Register Azure AD Applicat...
2019-03-27, 1247🔥, 0💬

Azure AD v2 Access Token Request Test Page
How to build an Azure AD 2.0 Access Token Request Test page? The Access Token Request is the second call to the Azure AD 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 page to test different ...
2019-03-27, 1245🔥, 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💬

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💬

"docker container create --name" - Name Container
How to create a new container with a name from an image with "docker container create --name" command? If you create a new container with default options, it will be given a random name. You should use the "--name" to provide your own name. 1. Create a new container with random name. fyicenter$ dock...
2019-03-25, 971🔥, 0💬

"docker container run" - Create and Run Container
How to create a new container and run the default command from an image with "docker container run" command? If you want to create a new container from an image, and start the container with the default command in one step, you can use the "docker container run" command. Here is a list of options su...
2019-03-25, 972🔥, 0💬

"docker image list" - List All Images
How to list all images in the local repository with "docker image list" command? The default "docker image list", "docker image ls", or "docker images" command lists all Docker images in the local repository. fyicenter$ docker image list REPOSITORY TAG IMAGE ID CREATED SIZE alpine latest 055936d3920...
2019-03-23, 1096🔥, 0💬

"docker image rm" - Remove Image
How to remove an image from the local repository with "docker image rm" command? If an image is no longer needed, you can remove it from the local repository to save space using the "docker image rm" command. 1. Run "docker image list" command. You see the image, hello-world. fyicenter$ docker image...
2019-03-21, 1005🔥, 0💬

User Sources in Azure AD B2C
What are sources of users managed in my Azure AD B2C directory? Azure AD B2C directory can manage users from different sources of identity providers. 1. Log in to your Azure AD B2C account with admin privilege. 2. Click "Azure Active Directory" from the left menu. 3. Select a directory, if you have ...
2019-03-20, 1336🔥, 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💬

What Is Azure AD B2C
What is Azure AD (Active Directory) B2C (Business To Consumer)? Azure AD B2C provides authentication services to users in your own organizations, your external partner organizations, and any users with Microsoft ID or other IDs like Google or Facebook. Azure Active Directory (Azure AD) B2C is an ide...
2019-03-20, 1128🔥, 0💬

Application Registration on Azure AD B2C
How to register applications in Azure AD B2C? If you login to your Azure AD B2C account, you will see two places to register applications. 1. Register applications in "Azure Active Directory" - Your Azure AD B2C account also acts like a normal Azure AD account. You can register your application as a...
2019-03-20, 1091🔥, 0💬

What Is Docker
What Is Docker? Docker is a collection of interoperating software-as-a-service and platform-as-a-service offerings that employ operating-system-level virtualization to cultivate development and delivery of software inside standardized software packages called containers. The software that hosts the ...
2019-03-17, 1595🔥, 0💬

Install Docker CE with Shell Script
How to install Docker CE (Community Edition) on Ubuntu with Shell Script? Docker Website provides a shell script that can be used to install Docker CE (Community Edition) on your Ubuntu computer. 1. Download the Docker shell script from docker.com fyicenter$ mkdir docker fyicenter$ cd docker fyicent...
2019-03-12, 877🔥, 0💬

"docker image pull alpine" - Pull Alpine Image
How to pull Alpine Docker Image with the "docker image pull alpine" command? You can pull the latest release of the Alpine Docker Image from the registry using the "docker pull image alpine" command. 1. Download the image from the registry. fyicenter$ docker image pull alpine Using default tag: late...
2019-03-10, 1134🔥, 0💬

Register Azure AD B2C as a Google Application
How to register Azure AD B2C as Google client application? I want Google users to be able to login to my Azure AD B2C applications. If want Google users to be able to login to your Azure AD B2C applications, you need to register Azure AD B2C as Google client application: 1. Sign in to the Google Dev...
2019-03-08, 1839🔥, 0💬

User Flow Policies on Azure AD B2C
What are User Flow Policies on Azure AD B2C? A user flow policy on Azure AD B2C is a set of rules that define UI behavior of when your end user performs one of the following flows: 1. "Sign-up or sign-in" - The UI page displayed for your end users to sign-up or sign-in to your application using Azur...
2019-03-08, 1689🔥, 0💬

Requirements to Add External Identity Providers
What are requirements to add external identity providers? I want to allow users from Google or Facebook to login to my application. Azure AD B2C acts as a proxy of other external identity providers. Currently, it supports the following identity providers: Microsoft - Microsoft personal cloud logins ...
2019-03-08, 1472🔥, 0💬

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, 1334🔥, 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, 1290🔥, 0💬

"docker image inspect alpine" - Inspect Alpine Image
How to Inspect Alpine Docker Image with the "docker image inspect alpine" command? To get more detailed information about the Alpine Docker Image, you can use the "docker image inspect alpine" command. 1. Download the image from the registry. fyicenter$ docker image inspect alpine [ { "Id": "sha256:...
2019-03-04, 861🔥, 0💬

Docker Container Platform - Tutorials
Where to find tutorials on Docker, the Container Platform? I want to know how to run containers on Docker server. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about Docker, the Container Platform: Introduction to Docker What Is Dock...
2019-03-04, 1228🔥, 0💬

Build "hello" Image from Alpine
How to Build my "hello" Docker image from the Alpine image? I want the container to print "Hello!" in the console. If you want to build a new Docker image, you can try to build it with the Alpine image as its base as shown in this tutorial. 1. Create a "Dockerfile" file with 2 instructions: fyicente...
2019-02-19, 1040🔥, 0💬

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