diff --git a/documentation/dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd b/documentation/dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd index d4f968d..deac0c5 100644 --- a/documentation/dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd +++ b/documentation/dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd @@ -325,8 +325,8 @@ OAuth2 authentication information. * `:redirect_uri` - Required. The callback URI base. - Either the whole URI back to the callback endpoint or the URI to your - `AuthPlug`. + Not the whole URI back to the callback endpoint, but the URI to your + `AuthPlug`. We can generate the rest. Whilst not particularly secret, it seemed prudent to allow this to be configured dynamically so that you can use different URIs for different environments. diff --git a/documentation/dsls/DSL:-AshAuthentication.Strategy.Oidc.cheatmd b/documentation/dsls/DSL:-AshAuthentication.Strategy.Oidc.cheatmd index 779e9ae..42d8ba9 100644 --- a/documentation/dsls/DSL:-AshAuthentication.Strategy.Oidc.cheatmd +++ b/documentation/dsls/DSL:-AshAuthentication.Strategy.Oidc.cheatmd @@ -152,8 +152,8 @@ all the same configuration options should you need them. information. * `:redirect_uri` - Required. The callback URI base. - Either the whole URI back to the callback endpoint or the URI to your - `AuthPlug`. + Not the whole URI back to the callback endpoint, but the URI to your + `AuthPlug`. We can generate the rest. Whilst not particularly secret, it seemed prudent to allow this to be configured dynamically so that you can use different URIs for different environments.