-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Subdomain for accessmanagement app #29
base: main
Are you sure you want to change the base?
Conversation
@@ -410,7 +410,7 @@ private List<SelectListItem> GetAuthenticationLevels(int defaultAuthLevel) | |||
} | |||
|
|||
private async Task<List<SelectListItem>> GetAppsList() | |||
{ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ | |
{ |
sub_filter 'https://altinncdn.no/toolkits/altinn-app-frontend/3/' $LOCAL_SUB_FILTER; | ||
proxy_pass http://accessmanagementbff/; | ||
error_page 502 /502Accessmanagement.html; | ||
proxy_cookie_domain altinn3local.no local.altinn.cloud; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proxy_cookie_domain
should not be required here, and I’m not sure about the sub_filter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about it either. @TheTechArch @tjololo Do you have any comments on this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You dont need it. Same with Sub filter also I belive. Test without
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@allinox You can remove the sub_filter and proxy_cookie_domain here and test it out before committing the changes to this branch
…om/Altinn/app-localtest into feature/accessmanagement-subdomain
…eature/accessmanagement-subdomain
Description
Related Issue(s)
Verification
Documentation