Ipsilon: set CORS headers for OIDC
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
5ef9e5130d
commit
aa43c7a742
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ WSGIApplicationGroup %{GLOBAL}
|
|||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Location /openidc/>
|
||||
Header set Access-Control-Allow-Origin "*"
|
||||
</Location>
|
||||
|
||||
<Location /.well-known/browserid>
|
||||
ForceType application/json
|
||||
</Location>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue