Updated Client configuration (markdown)
parent
8bd84913c8
commit
5f7f8461b4
|
@ -1,6 +1,6 @@
|
||||||
The client portion of MITREid Connect is usable as a Spring Security filter. The [Simple Web App](https://github.com/mitreid-connect/simple-web-app) project has an [example configuration](https://github.com/mitreid-connect/simple-web-app/blob/master/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml) for this filter in the context of a working application. This page describes the different components.
|
The client portion of MITREid Connect is usable as a Spring Security filter. The [Simple Web App](https://github.com/mitreid-connect/simple-web-app) project has an [example configuration](https://github.com/mitreid-connect/simple-web-app/blob/master/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml) for this filter in the context of a working application. This page describes the different components.
|
||||||
|
|
||||||
> **Note well:** interfacing with Google's identity provider requires [special configuration](Sample-Static-Configuration-for-using-Google-Authentication).
|
> Example: interfacing with Google's identity provider requires a partially [static configuration](Sample-Static-Configuration-for-using-Google-Authentication).
|
||||||
|
|
||||||
# Auth Provider
|
# Auth Provider
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue