mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-10-21 04:45:50 +02:00
Added react-oidc (use demo/demo)
Added an example of an authentication protected page (tenders) Added an example with the built in proxy (to combat CORS) (tendersguru)
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
import { OIDCConfig } from "../sso/models/OIDCConfig";
|
||||
|
||||
export interface RunTimeConfig {
|
||||
version: number;
|
||||
name: string;
|
||||
|
||||
/**
|
||||
* Settings for the OIDC connection
|
||||
*/
|
||||
oidc: OIDCConfig;
|
||||
}
|
||||
|
Reference in New Issue
Block a user