Remove script based authenticator from product
This commit is contained in:
parent
525e8bdad6
commit
9d6157813e
3 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
||||||
= Summary
|
= Summary
|
||||||
|
|
||||||
. link:README.adoc[Introduction]
|
|
||||||
. link:topics/overview.adoc[Overview]
|
. link:topics/overview.adoc[Overview]
|
||||||
.. link:topics/overview/features.adoc[Features]
|
.. link:topics/overview/features.adoc[Features]
|
||||||
.. link:topics/overview/how.adoc[How Does Security Work?]
|
.. link:topics/overview/how.adoc[How Does Security Work?]
|
||||||
|
|
|
@ -166,14 +166,14 @@ The version specific section below will mention if any changes are required to a
|
||||||
|
|
||||||
==== Migrating to 2.2.0
|
==== Migrating to 2.2.0
|
||||||
|
|
||||||
====== `databaseSchema` property deprecated
|
===== `databaseSchema` property deprecated
|
||||||
|
|
||||||
The `databaseSchema` property for both JPA and Mongo is now deprecated and has been replaced by `initializeEmpty`
|
The `databaseSchema` property for both JPA and Mongo is now deprecated and has been replaced by `initializeEmpty`
|
||||||
and `migrationStrategy`. `initializeEmpty` can bet set to `true` or `false` and controls if an empty database should
|
and `migrationStrategy`. `initializeEmpty` can bet set to `true` or `false` and controls if an empty database should
|
||||||
be initialized. `migrationStrategy` can be set to `update`, `validate` and `manual`. `manual` is only supported for
|
be initialized. `migrationStrategy` can be set to `update`, `validate` and `manual`. `manual` is only supported for
|
||||||
relational databases and will write an SQL file with the required changes to the database schema.
|
relational databases and will write an SQL file with the required changes to the database schema.
|
||||||
|
|
||||||
====== Changes in Client's Valid Redirect URIs
|
===== Changes in Client's Valid Redirect URIs
|
||||||
The following scenarios are affected:
|
The following scenarios are affected:
|
||||||
|
|
||||||
* When a Valid Redirect URI with query component is saved in a Client (e.g. `\http://localhost/auth?foo=bar`), `redirect_uri` in authorization request must exactly match this URI (or other registered URI in this Client).
|
* When a Valid Redirect URI with query component is saved in a Client (e.g. `\http://localhost/auth?foo=bar`), `redirect_uri` in authorization request must exactly match this URI (or other registered URI in this Client).
|
||||||
|
@ -181,13 +181,13 @@ The following scenarios are affected:
|
||||||
* Wildcards in registered Valid Redirect URIs are no longer supported when query component is present in this URI, so the `redirect_uri` needs to exactly match this saved URI as well.
|
* Wildcards in registered Valid Redirect URIs are no longer supported when query component is present in this URI, so the `redirect_uri` needs to exactly match this saved URI as well.
|
||||||
* Fragments in registered Valid Redirect URIs (like `\http://localhost/auth#fragment`) are no longer allowed.
|
* Fragments in registered Valid Redirect URIs (like `\http://localhost/auth#fragment`) are no longer allowed.
|
||||||
|
|
||||||
====== Authenticate by default removed from Identity Providers
|
===== Authenticate by default removed from Identity Providers
|
||||||
|
|
||||||
Identity providers no longer has an option to set it as a default authenticaton provider. Instead go to Authentication, select the `Browser` flow and configure the `Identity Provider Redirector`. It has an option to set the default identity provider.
|
Identity providers no longer has an option to set it as a default authenticaton provider. Instead go to Authentication, select the `Browser` flow and configure the `Identity Provider Redirector`. It has an option to set the default identity provider.
|
||||||
|
|
||||||
==== Migrating to 2.0.0
|
==== Migrating to 2.0.0
|
||||||
|
|
||||||
====== Upgrading from 1.0.0.Final no longer supported
|
===== Upgrading from 1.0.0.Final no longer supported
|
||||||
|
|
||||||
Upgrading from 1.0.0.Final is no longer supported. To upgrade to this version upgrade to 1.9.8.Final prior to upgrading
|
Upgrading from 1.0.0.Final is no longer supported. To upgrade to this version upgrade to 1.9.8.Final prior to upgrading
|
||||||
to 2.0.0.
|
to 2.0.0.
|
||||||
|
|
|
@ -46,7 +46,7 @@ This is better described in an example. Let's walk through the `browser` authen
|
||||||
This is marked as _optional_. If the user has OTP set up, then this authentication type must run and be successful. If the user doesn't
|
This is marked as _optional_. If the user has OTP set up, then this authentication type must run and be successful. If the user doesn't
|
||||||
have OTP set up, this authentication type is ignored.
|
have OTP set up, this authentication type is ignored.
|
||||||
|
|
||||||
{% if book.product %}
|
{% if book.community %}
|
||||||
=== Executions
|
=== Executions
|
||||||
|
|
||||||
Executions can be used
|
Executions can be used
|
||||||
|
|
Loading…
Reference in a new issue