Skip to content

API changes for rc1: documentation and blogpost examples don't compile #214

@tbertenshaw

Description

@tbertenshaw

Updated documentation for Rc1 seems syntactically incorrect.

I'm using remote authentication.

The initial blogpost references
AddJsonSessionKeySerializer
Intellisense doesn't recognise this method but does like AddJsonSessionSerializer. Is this the correct method?

Also in remote auth documentation

builder.Services.AddSystemWebAdapters()
    .AddRemoteApp(options =>
    {
        options.RemoteAppUrl = new(builder.Configuration["ReverseProxy:Clusters:fallbackCluster:Destinations:fallbackApp:Address"]);
        options.ApiKey = builder.Configuration("RemoteAppApiKey");
    })
    .AddRemoteAppAuthentication(true);

I get intellisense errors for AddRemoteAppAuthentication.

Have these documents been updated since the api changes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions