import { FunctionComponent } from "react"; import { SSOResult } from "../models/SSOResult"; export const Authenticating: FunctionComponent = ({ configurationName }) => ( <>

Authentication in progress for {configurationName}

You will be redirected to the login page.

);