[KEYCLOAK-6981] Rename StackOverflow IdP in server and docs

This commit is contained in:
Bruno Oliveira da Silva 2019-03-07 09:56:01 -03:00
parent 2559616837
commit 3f3ea88562
3 changed files with 7 additions and 7 deletions

View file

@ -1522,7 +1522,7 @@ $ kcadm.sh create identity-provider/instances -r demorealm -s alias=microsoft -s
---- ----
[discrete] [discrete]
==== Configuring a StackOverflow identity provider ==== Configuring a Stack Overflow identity provider
. Use `stackoverflow` command as the [command]`providerId`. . Use `stackoverflow` command as the [command]`providerId`.
. Provide the [command]`config` attributes [command]`clientId`, [command]`clientSecret`, and [command]`key`. You can find these attributes in the Stack Apps OAuth page for your application. . Provide the [command]`config` attributes [command]`clientId`, [command]`clientSecret`, and [command]`key`. You can find these attributes in the Stack Apps OAuth page for your application.

View file

@ -4,5 +4,5 @@
For Internet facing applications, it is quite burdensome for users to have to register at your site to obtain access. For Internet facing applications, it is quite burdensome for users to have to register at your site to obtain access.
It requires them to remember yet another username and password combination. Social identity providers allow you to delegate It requires them to remember yet another username and password combination. Social identity providers allow you to delegate
authentication to a semi-trusted and respected entity where the user probably already has an account. authentication to a semi-trusted and respected entity where the user probably already has an account.
{project_name} provides built-in support for the most common social networks out there, such as Google, Facebook, Twitter, GitHub, LinkedIn, Microsoft and StackOverflow. {project_name} provides built-in support for the most common social networks out there, such as Google, Facebook, Twitter, GitHub, LinkedIn, Microsoft and Stack Overflow.

View file

@ -1,16 +1,16 @@
==== StackOverflow ==== Stack Overflow
There are a number of steps you have to complete to be able to enable login with StackOverflow. First, go to the `Identity Providers` left menu item There are a number of steps you have to complete to be able to enable login with Stack Overflow. First, go to the `Identity Providers` left menu item
and select `StackOverflow` from the `Add provider` drop down list. This will bring you to the `Add identity provider` page. and select `Stack Overflow` from the `Add provider` drop down list. This will bring you to the `Add identity provider` page.
.Add Identity Provider .Add Identity Provider
image:{project_images}/stack-overflow-add-identity-provider.png[] image:{project_images}/stack-overflow-add-identity-provider.png[]
To enable login with StackOverflow you first have to register an OAuth application on https://stackapps.com/[StackApps]. To enable login with Stack Overflow you first have to register an OAuth application on https://stackapps.com/[StackApps].
Go to https://stackapps.com/apps/oauth/register[registering your application on Stack Apps] URL and login. Go to https://stackapps.com/apps/oauth/register[registering your application on Stack Apps] URL and login.
NOTE: StackOverflow often changes the look and feel of application registration, so these directions might not always be up to date and the NOTE: Stack Overflow often changes the look and feel of application registration, so these directions might not always be up to date and the
configuration steps might be slightly different. configuration steps might be slightly different.
.Register Application .Register Application