The installation generator adds token_authority_routes to config/routes.rb. This is incorrect and results in an error. This was the correct route to add in the past, but has since been changed.
Instead, the generator should add token_authority_auth_server_routes to the routes file.
The installation generator adds
token_authority_routestoconfig/routes.rb. This is incorrect and results in an error. This was the correct route to add in the past, but has since been changed.Instead, the generator should add
token_authority_auth_server_routesto the routes file.