Skip to content
Discussion options

You must be logged in to vote

ah I think I found the solution here https://githubmemory.com/repo/zmartzone/mod_oauth2/issues/26
thanks @zandbelt of the past

if you have more than one scope and its delimited by a space, you have to use double quotes around "scope:" and the scopes
here is the config, just in case if my link will stop working in the future:

<VirtualHost *:5000>
    OIDCOAuthVerifyJwksUri https://auth.test.corp.local/auth/realms/myrealm-nonprod/protocol/openid-connect/certs
    OIDCIDTokenIatSlack 3600
    OIDCScope "openid secondscope"  
    
	ProxyPreserveHost On
    ProxyPass /protected http://localhost:5050
    ProxyPassReverse /protected http://localhost:5050

    <Location /protected>
        AuthTy…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@zandbelt
Comment options

@schumischumi
Comment options

Answer selected by schumischumi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants