About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
configuration:oauth2_oidc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
configuration:oauth2_oidc [2023/05/03 06:21] – [Endpoints] emaijalaconfiguration:oauth2_oidc [2023/05/12 07:13] (current) – [Testing] emaijala
Line 56: Line 56:
 Access the service by pointing your browser to http://localhost:8080.  Access the service by pointing your browser to http://localhost:8080. 
  
-Make sure that the OIDC client in Docker can access token, jwks and user info endpoints of VuFind. E.g. if you run VuFind locally with Mac, use http://docker.for.mac.localhost/vufind/OAuth2/token or similar depending on what VuFind base url is. +Make sure that the OIDC client in Docker can access token, jwks and user info endpoints of VuFind. E.g. if you run VuFind locally with macOS, use http://docker.for.mac.localhost/vufind/OAuth2/token or similar depending on what VuFind base url is. Here are example settings when running macOS and VuFind in http://localhost/vufind: 
 + 
 +^ Setting                   ^ Value                                                     ^ 
 +| Discover url              | (leave empty)                                             | 
 +| Authorize url             | http://localhost/vufind/OAuth2/authorize                  | 
 +| Token endpoint            | http://docker.for.mac.localhost/vufind/OAuth2/token       | 
 +| JWKS endpoint             | http://docker.for.mac.localhost/vufind/OAuth2/jwks        | 
 +| Issuer                    | https://docker.for.mac.localhost                          | 
 +| Instrospection endpoint   | (leave empty)                                             | 
 +| User info endpoint        | http://docker.for.mac.localhost/vufind/OAuth2/userinfo    | 
 +| End session endpoint      | http://docker.for.mac.localhost/vufind/OAuth2/logout      | 
 +| Register as redirect_uri  | http://localhost:8080/session/callback                    | 
 +| Client id                 | tester                                                    | 
 +| Client secret             | secret                                                    | 
 +| Scopes                    | openid profile address block_status                       |
 ---- struct data ---- ---- struct data ----
 properties.Page Owner : emaijala properties.Page Owner : emaijala
 ---- ----
  
configuration/oauth2_oidc.txt · Last modified: 2023/05/12 07:13 by emaijala