We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
In dev branch on file www/index.php the resolve route with @Domain is missing.
www/index.php
spid-cie-oidc-php/www/index.php
Lines 507 to 532 in 9561b44
Maybe this should be changed like this:
// GET /resolve // GET /@domain/resolve $f3->route( [ 'GET /resolve', 'GET /@domain/resolve' ], function ($f3) { $domain = $f3->get("PARAMS.domain") ? $f3->get("PARAMS.domain") : 'default'; $config = $f3->get("CONFIG")['rp_proxy_clients'][$domain]; // ... } );
Do ResolveEndpoint.php need more code?
ResolveEndpoint.php
spid-cie-oidc-php/lib/Federation/ResolveEndpoint.php
Lines 9 to 46 in 9561b44
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
In dev branch on file
www/index.php
the resolve route with @Domain is missing.spid-cie-oidc-php/www/index.php
Lines 507 to 532 in 9561b44
Maybe this should be changed like this:
Do
ResolveEndpoint.php
need more code?spid-cie-oidc-php/lib/Federation/ResolveEndpoint.php
Lines 9 to 46 in 9561b44
The text was updated successfully, but these errors were encountered: