Forum Discussion
HarshaPotharaju
Mar 07, 2019Nimbostratus
F5 APM as OAuth Authorization server and Resource server
I’m using F5 as both Authorization server and Resource server. Haven’t setup client server yet so it accepts any username and any password.
When testing in postman, I can generate token and pas...
HarshaPotharaju
Mar 21, 2019Nimbostratus
Marvin, renaming the forward zone profile name with period(.) in the bigip.conf file and loading the config resolved the issue. Sounds crazy but worked.
**Before**
net dns-resolver /Application/oauth_dns {
forward-zones {
oauth_forward_zone {
nameservers {
x.x.x.x:53 { }
}
}
}
route-domain /Common/0
use-ipv6 no
}
**After**
net dns-resolver /Application/oauth_dns {
forward-zones {
. {
nameservers {
x.x.x.x:53 { }
}
}
}
route-domain /Common/0
use-ipv6 no
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects