Configuring OIDC to use client_credentials - InvalidMessageContext
Lipscomb, Gary
glipscomb at csu.edu.au
Fri Aug 30 05:44:47 UTC 2024
Hi Henri,
Still no success
I'm using this to test
curl --location https://REDACTED/idp/profile/oidc/token --header "Content-Type: application/x-www-form-urlencoded" --header "Accept: application/json" --data-urlencode grant_type=client_credentials --data-urlencode client_id=https://REDacted/oidc --data-urlencode client_secret=VERY_VERY_SECRET --data-urlencode scope=openid
{"error":"invalid_request","error_description":"InvalidMessageContext"}
*
idp-process.log
2024-08-30 15:03:25,485 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractInitializeOutboundResponseMessageContext:69] - Profile Action InitializeOutboundTokenResponseMessageContext: Initialized outbound message context
2024-08-30 15:03:25,487 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:169] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler of type 'net.shibboleth.idp.plugin.oidc.op.profile.impl.OIDCMetadataLookupHandler' on INBOUND message context
2024-08-30 15:03:25,487 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:190] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler on message context containing a message of type 'com.nimbusds.oauth2.sdk.TokenRequest'
2024-08-30 15:03:25,487 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.OIDCMetadataLookupHandler:113] - Message Handler: No client information returned for https://REDACTED/oidc
2024-08-30 15:03:25,487 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.InitializeRelyingPartyContext:162] - Attaching RelyingPartyContext for https://REDACTED/oidc
2024-08-30 15:03:25,487 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:169] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler of type 'org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler' on INBOUND message context
2024-08-30 15:03:25,487 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:190] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler on message context containing a message of type 'com.nimbusds.oauth2.sdk.TokenRequest'
2024-08-30 15:03:25,488 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:169] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler of type 'net.shibboleth.idp.plugin.oidc.op.oauth2.messaging.impl.SetEntityIdToSAMLPeerEntityContext' on INBOUND message context
2024-08-30 15:03:25,488 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:190] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler on message context containing a message of type 'com.nimbusds.oauth2.sdk.TokenRequest'
2024-08-30 15:03:25,488 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.oauth2.messaging.impl.SetEntityIdToSAMLPeerEntityContext:98] - Message Handler: Set clientID 'https://REDACTED/oidc' to the peer entity context
2024-08-30 15:03:25,512 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:169] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler of type 'org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler' on INBOUND message context
2024-08-30 15:03:25,512 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:190] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler on message context containing a message of type 'com.nimbusds.oauth2.sdk.TokenRequest'
2024-08-30 15:03:25,512 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:169] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler of type 'net.shibboleth.idp.plugin.oidc.op.oauth2.messaging.impl.PopulateOIDCMetadataContext' on INBOUND message context
2024-08-30 15:03:25,512 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:190] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler on message context containing a message of type 'com.nimbusds.oauth2.sdk.TokenRequest'
2024-08-30 15:03:25,512 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.oauth2.messaging.impl.PopulateOIDCMetadataContext:96] - Message Handler: Client information found and attached
2024-08-30 15:03:25,513 - IP_REDACTED - DEBUG [net.shibboleth.idp.saml.profile.impl.InitializeRelyingPartyContextFromSAMLPeer:131] - Profile Action InitializeRelyingPartyContextFromSAMLPeer: Attaching RelyingPartyContext based on SAML peer https://REDACTED/oidc
2024-08-30 15:03:25,513 - IP_REDACTED - DEBUG [net.shibboleth.idp.relyingparty.impl.DefaultRelyingPartyConfigurationResolver:253] - Resolving relying party configuration
2024-08-30 15:03:25,513 - IP_REDACTED - DEBUG [net.shibboleth.idp.relyingparty.impl.DefaultRelyingPartyConfigurationResolver:265] - Checking if relying party configuration csu.NoUserConsent is applicable
2024-08-30 15:03:25,513 - IP_REDACTED - DEBUG [net.shibboleth.idp.relyingparty.impl.DefaultRelyingPartyConfigurationResolver:267] - Relying party configuration csu.NoUserConsent is applicable
2024-08-30 15:03:25,513 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.SelectRelyingPartyConfiguration:174] - Profile Action SelectRelyingPartyConfiguration: Found relying party configuration csu.NoUserConsent for request
2024-08-30 15:03:25,514 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.interceptor.impl.PopulateProfileInterceptorContext:147] - Profile Action PopulateProfileInterceptorContext: No inbound interceptor flows active for this request
2024-08-30 15:03:25,514 - IP_REDACTED - DEBUG [net.shibboleth.idp.saml.profile.impl.InitializeAuthenticationContext:222] - Profile Action InitializeAuthenticationContext: Created authentication context: AuthenticationContext{initiationInstant=2024-08-30T05:03:25.514537Z, isPassive=false, forceAuthn=false, requiredName=null, hintedName=null, maxAge=null, potentialFlows=[], activeResults=[], attemptedFlow=null, signaledFlowId=null, authenticationStateMap={}, resultCacheable=true, authenticationResult=null, completionInstant=null}
2024-08-30 15:03:25,515 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.PopulateAuthenticationContext:213] - Profile Action PopulateAuthenticationContext: Installed 1 potential authentication flows into AuthenticationContext
2024-08-30 15:03:25,515 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.InitializeRequestedPrincipalContext:152] - Profile Action InitializeRequestedPrincipalContext: Profile configuration did not supply any default authentication methods
2024-08-30 15:03:25,515 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.FilterFlowsByForcedAuthn:57] - Profile Action FilterFlowsByForcedAuthn: Request does not have forced authentication requirement, nothing to do
2024-08-30 15:03:25,515 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.FilterFlowsByNonBrowserSupport:76] - Profile Action FilterFlowsByNonBrowserSupport: Retaining flow authn/OAuth2Client, it supports non-browser authentication
2024-08-30 15:03:25,515 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.FilterFlowsByNonBrowserSupport:88] - Profile Action FilterFlowsByNonBrowserSupport: Potential authentication flows left after filtering: [authn/OAuth2Client]
2024-08-30 15:03:25,515 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.SelectAuthenticationFlow:274] - Profile Action SelectAuthenticationFlow: No specific Principals requested
2024-08-30 15:03:25,516 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.SelectAuthenticationFlow:312] - Profile Action SelectAuthenticationFlow: No usable active results available, selecting an inactive flow
2024-08-30 15:03:25,516 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.SelectAuthenticationFlow:369] - Profile Action SelectAuthenticationFlow: Selecting inactive authentication flow authn/OAuth2Client
2024-08-30 15:03:25,518 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.authn.impl.OIDCClientInfoCredentialValidator:143] - Credential Validator oauth2-clientinfo: Attempting to authenticate effective client ID 'https://REDACTED/oidc'
2024-08-30 15:03:25,519 - IP_REDACTED - INFO [net.shibboleth.idp.plugin.oidc.op.authn.impl.OIDCClientInfoCredentialValidator:152] - Credential Validator oauth2-clientinfo: Login by 'https://REDACTED/oidc' succeeded
2024-08-30 15:03:25,519 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.AbstractValidationAction:398] - Profile Action ValidateCredentials: Adding custom Principal(s) defined on underlying flow descriptor
2024-08-30 15:03:25,519 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContext:75] - Profile Action PopulateSubjectCanonicalizationContext: Installing 2 canonicalization flows into SubjectCanonicalizationContext
2024-08-30 15:03:25,519 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.SelectSubjectCanonicalizationFlow:100] - Profile Action SelectSubjectCanonicalizationFlow: Checking canonicalization flow c14n/x500 for applicability...
2024-08-30 15:03:25,519 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.SelectSubjectCanonicalizationFlow:106] - Profile Action SelectSubjectCanonicalizationFlow: Canonicalization flow c14n/x500 was not applicable: Neither a single X509Certificate nor X500Principal were found
2024-08-30 15:03:25,519 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.SelectSubjectCanonicalizationFlow:100] - Profile Action SelectSubjectCanonicalizationFlow: Checking canonicalization flow c14n/simple for applicability...
2024-08-30 15:03:25,520 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.SelectSubjectCanonicalizationFlow:83] - Profile Action SelectSubjectCanonicalizationFlow: Selecting canonicalization flow c14n/simple
2024-08-30 15:03:25,520 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.AbstractSubjectCanonicalizationAction:221] - Profile Action SimpleSubjectCanonicalization: trimming whitespace of input string 'https://REDACTED/oidc'
2024-08-30 15:03:25,520 - IP_REDACTED - DEBUG [net.shibboleth.idp.session.impl.DetectIdentitySwitch:148] - Profile Action DetectIdentitySwitch: No previous session found, nothing to do
2024-08-30 15:03:25,520 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.FinalizeAuthentication:116] - Profile Action FinalizeAuthentication: Canonical principal name was established as 'https://REDACTED/oidc'
2024-08-30 15:03:25,520 - IP_REDACTED - DEBUG [net.shibboleth.idp.authn.impl.FinalizeAuthentication:171] - Profile Action FinalizeAuthentication: Request did not have explicit authentication requirements, result is accepted
2024-08-30 15:03:25,520 - IP_REDACTED - INFO [net.shibboleth.idp.authn.impl.FinalizeAuthentication:196] - Profile Action FinalizeAuthentication: Principal https://REDACTED/oidc authenticated
2024-08-30 15:03:25,521 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.SetAuthenticationContextClassReferenceToResponseContext:136] - Profile Action SetAuthenticationContextClassReferenceToResponseContext: Setting acr based on performed flow
2024-08-30 15:03:25,521 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.SetAuthenticationTimeToResponseContext:76] - Profile Action SetAuthenticationTimeToResponseContext: Setting authentication time to 2024-08-30T05:03:25.519366Z
2024-08-30 15:03:25,522 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.SetSectorIdentifierForAttributeResolution:89] - Profile Action SetSectorIdentifierForAttributeResolution: Attribute recipient group id set to value public for generating subject of type public
2024-08-30 15:03:25,522 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl.ValidateAudience:194] - Profile Action ValidateAudience: No allowed audiences for client https://REDACTED/oidc, OP will be sole audience
2024-08-30 15:03:25,522 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.SetSessionIdToResponseContext:70] - Profile Action SetSessionIdToResponseContext: Setting session id value to _ed426144985ed9ea780a104d85a8ed6b
2024-08-30 15:03:25,522 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:174] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler of type 'net.shibboleth.idp.plugin.oidc.op.profile.impl.OIDCMetadataLookupHandler' on OUTBOUND message context
2024-08-30 15:03:25,523 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.OIDCMetadataLookupHandler:105] - Message Handler: No client ID available
2024-08-30 15:03:25,523 - IP_REDACTED - ERROR [net.shibboleth.idp.plugin.oidc.op.profile.impl.InitializeRelyingPartyContext:144] - resource/audience ID Unable to obtain Profile Action InitializeRelyingPartyContext:
2024-08-30 15:03:25,523 - IP_REDACTED - WARN [org.opensaml.profile.action.impl.LogEvent:101] - A non-proceed event occurred while processing the request: InvalidMessageContext
2024-08-30 15:03:25,524 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractBuildErrorResponseFromEvent:159] - Profile Action BuildTokenErrorResponseFromEvent: No mapped event found for InvalidMessageContext, creating general invalid_request
2024-08-30 15:03:25,524 - IP_REDACTED - DEBUG [net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractBuildErrorResponseFromEvent:166] - Profile Action BuildTokenErrorResponseFromEvent: ErrorResponse successfully set as the outbound message
2024-08-30 15:03:25,525 - IP_REDACTED - INFO [Shibboleth-Audit.OIDC.Token:338] - IP_REDACTED|2024-08-30T05:03:25.485738Z|2024-08-30T05:03:25.525333Z|https://REDACTED/oidc|https://REDACTED/oidc|||2024-08-30T05:03:25.519366Z||https://REDACTED/oidc||false|||TokenRequest|TokenErrorResponse|||||curl/8.7.1
2024-08-30 15:03:25,525 - IP_REDACTED - DEBUG [net.shibboleth.idp.profile.impl.RecordResponseComplete:89] - Profile Action RecordResponseComplete: Record response complete
*
metadata file
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:oidcmd="urn:mace:shibboleth:metadata:oidc:1.0"
entityID="https://REDACTED/oidc">
<md:SPSSODescriptor protocolSupportEnumeration="http://openid.net/specs/openid-connect-core-1_0.html">
<md:Extensions>
<oidcmd:OAuthRPExtensions
grant_types="client_credentials"
response_types="code token id_token"
token_endpoint_auth_method="client_secret_post"
scopes="openid profile" />
</md:Extensions>
<md:KeyDescriptor>
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<oidcmd:ClientSecret>VERY_VERY_SECRET</oidcmd:ClientSecret>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:NameIDFormat>urn:mace:shibboleth:metadata:oidc:1.0:nameid-format:public</md:NameIDFormat>
<md:AssertionConsumerService Binding="https://tools.ietf.org/html/rfc6749#section-3.1.2"
Location="https://REDACTED/restapi"
index="1" />
</md:SPSSODescriptor>
</md:EntityDescriptor>
*
relying party override
<bean id="csu.NoUserConsent" parent="RelyingPartyByTag">
<constructor-arg name="candidates">
<list>
<bean id="noAttributeConsentRequired" parent="TagCandidate"
c:name="RelyingPartyOverride"
c:format="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
p:values="NoUserConsent" />
</list>
</constructor-arg>
<property name="profileConfigurations">
<list>
<ref bean="Shibboleth.SSO" />
<ref bean="SAML1.AttributeQuery" />
<ref bean="SAML1.ArtifactResolution" />
<bean parent="SAML2.SSO.MDDriven" p:postAuthenticationFlows="#{{'member'}}" />
<ref bean="SAML2.ECP" />
<ref bean="SAML2.Logout" />
<ref bean="SAML2.AttributeQuery" />
<ref bean="SAML2.ArtifactResolution" />
<bean parent="OIDC.SSO" p:postAuthenticationFlows="#{{'member'}}" />
<ref bean="OIDC.UserInfo"/>
<ref bean="OAUTH2.Revocation"/>
<ref bean="OAUTH2.Introspection" />
</list>
</property>
</bean>
Gary Lipscomb
Technical Officer, Systems
IT Infrastructure & Security | Division of Information Technology
________________________________
From: users <users-bounces at shibboleth.net> on behalf of Lipscomb, Gary via users <users at shibboleth.net>
Sent: Friday, 30 August 2024 08:21
To: users at shibboleth.net <users at shibboleth.net>
Cc: Lipscomb, Gary <glipscomb at csu.edu.au>
Subject: Re: Configuring OIDC to use client_credentials - InvalidMessageContext
Hi Henri,
Thanks for the quick reply and your troubleshooting.
I'll work my way through this and let you know how I go.
regards
Gary
Gary Lipscomb
Technical Officer, Systems
IT Infrastructure & Security | Division of Information Technology
________________________________
From: users <users-bounces at shibboleth.net> on behalf of Henri Mikkonen <henri.mikkonen at nimbleidm.com>
Sent: Thursday, 29 August 2024 16:45
To: users at shibboleth.net <users at shibboleth.net>
Subject: Re: Configuring OIDC to use client_credentials - InvalidMessageContext
Hi Gary,
I was finally able to reproduce the behaviour with the following remarks:
- scope 'openid' is registered in the metadata (like you do) and also
requested by the client. This is the main reason for the confusing logs:
the current code is using that scope to signal the use of OpenID Connect
sequence, which is never the case with the client credentials grant. If
you remove the use of that scope, you'll probably see error message with
description "Improper or disallowed resource indicator".
- The error description above is related to the lack of using resource
indicator in the request, or the client does not have any registered
audiences. See
https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fshibboleth.atlassian.net%2Fwiki%2Fspaces%2FSC%2Fpages%2F1912406916%2FOAuthRPMetadataProfile&data=05%7C02%7Cglipscomb%40csu.edu.au%7C960ba6ad52b74834f9cc08dcc7f6300b%7Cf0f76207a6104fc0b4a35d797fe5283c%7C0%7C0%7C638605107406790513%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=UJh5E4ZJAgrY4TIGgw2PA8Gle7kAeinlav8FT4pjHwI%3D&reserved=0<https://shibboleth.atlassian.net/wiki/spaces/SC/pages/1912406916/OAuthRPMetadataProfile>
. The logic is that unless the client requests any specific resource,
the first registered audience is used as the access token
target/audience. In any case, the registered resources need to have
OAUTH2.TokenAudience profile enabled. You should have that covered as
you've enabled it via DefaultRelyingParty.
Regarding the scopes, until OP 4.1.0 you need to be using some scope
value in the request. See https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fshibboleth.atlassian.net%2Fbrowse%2FJOIDC-176&data=05%7C02%7Cglipscomb%40csu.edu.au%7C960ba6ad52b74834f9cc08dcc7f6300b%7Cf0f76207a6104fc0b4a35d797fe5283c%7C0%7C0%7C638605107406801278%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=9SsFLo2UGA31lODR72xruDw2QzlwNli3P%2FXkVVZWtpk%3D&reserved=0<https://shibboleth.atlassian.net/browse/JOIDC-176>
BR,
Henri.
On 29.8.2024 5.58, Lipscomb, Gary via users wrote:
> Hi List,
>
> Environment
>
> *
> RHEL 8
> *
> IdP 4.3.3 (currently migrating to 5.1.3)
> *
> Plugins
> o
> Plugin: net.shibboleth.oidc.common Current Version: 2.2.1
> o
> Plugin: net.shibboleth.idp.plugin.oidc.config Current Version:
> 1.0.1
> o
> Plugin: net.shibboleth.idp.plugin.oidc.op Current Version:
> 3.4.0
> *
> Java openjdk version "11.0.24"
>
> I think I've got the authentication working but I'm getting this in the log
>
> 2024-08-29 10:13:54,603 - IP REDACTED - INFO
> [net.shibboleth.idp.plugin.oidc.op.authn.impl.OIDCClientInfoCredentialValidator:152] - Credential Validator oauth2-clientinfo: Login by 'https://REDACTED.csu.edu.au/oidc<https://redacted.csu.edu.au/oidc>' succeeded
> 2024-08-29 10:13:54,603 -IP REDACTED - INFO
> [net.shibboleth.idp.authn.impl.FinalizeAuthentication:196] - Profile
> Action FinalizeAuthentication: Principal https://REDACTED
> <https://REDACTED>.csu.edu.au/oidc authenticated
> 2024-08-29 10:13:54,604 - IP REDACTED - ERROR
> [net.shibboleth.idp.plugin.oidc.op.profile.impl.InitializeRelyingPartyContext:144] - resource/audience ID Unable to obtain Profile Action InitializeRelyingPartyContext:
> 2024-08-29 10:13:54,605 - IP REDACTED - WARN
> [org.opensaml.profile.action.impl.LogEvent:101] - A non-proceed event
> occurred while processing the request: I*nvalidMessageContext*
> 2024-08-29 10:13:54,606 -IP REDACTED - INFO
> [Shibboleth-Audit.OIDC.Token:338] -
> 54.86.50.139|2024-08-29T00:13:54.582866Z|2024-08-29T00:13:54.606339Z|https://REDACTED.csu.edu.au/oidc|https://archibusqaupgrade.csu.edu.au/oidc|||2024-08-29T00:13:54.603402Z||https://REDACTED.csu.edu.au/oidc||false|||TokenRequest|TokenErrorResponse|||||PostmanRuntime/7.41.2
>
> I've added
> <ref bean="OAUTH2.Token" />
> <ref bean="OAUTH2.TokenAudience" />
> to the DefaultRelyingParty and my RelyingPartyOverrides but not to the
> UnverifiedRelyingParty
>
> The SP information is held in metadata
> <oidcmd:OAuthRPExtensions
> grant_types="client_credentials"
> response_types="code token id_token"
> token_endpoint_auth_method="client_secret_post"
> scopes="openid profile" />
> </md:Extensions>
>
>
> Any help on troubleshooting would be greatly appreciated
>
> regards
>
> Gary
>
> *Gary Lipscomb*
>
> Technical Officer, Systems
>
> IT Infrastructure & Security | Division of Information Technology
>
> Charles Sturt University, Bathurst, NSW 2795
>
> Charles Sturt University
>
> Charles Sturt <https://www.csu.edu.au<https://www.csu.edu.au/>>
>
> ------------------------------------------------------------------------
>
> LEGAL NOTICE
>
> This email (including correspondence comprising an email chain and any
> attachment) is confidential and is intended for the use of the
> addressee(s) only. If you are not the intended recipient of this email,
> you must not copy, distribute, take any action in reliance on it or
> disclose it to anyone.
> Any confidentiality is not waived or lost by reason of mistaken
> delivery. Any email should be checked for viruses and defects before
> opening. Charles Sturt University does not accept liability for viruses
> or any consequence which arise as a result of this email transmission.
> Email communications with Charles Sturt University may be subject to
> automated email filtering, which could result in the delay or deletion
> of a legitimate email before it is read at Charles Sturt University. The
> views expressed in this email are not necessarily those of Charles Sturt
> University.
>
> Charles Sturt University in Australia <https://www.csu.edu.au<https://www.csu.edu.au/>> The
> Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN:
> 83 878 708 551). Charles Sturt University - TEQSA Provider
> Identification: PRV12018 (Australian University). CRICOS Provider: 00005F.
>
> Consider the environment before printing this email.
>
>
--
For Consortium Member technical support, see https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fshibboleth.atlassian.net%2Fwiki%2Fx%2FZYEpPw&data=05%7C02%7Cglipscomb%40csu.edu.au%7C960ba6ad52b74834f9cc08dcc7f6300b%7Cf0f76207a6104fc0b4a35d797fe5283c%7C0%7C0%7C638605107406807641%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=paFZnahXEWV7cZjtyegxbxirGgMjMoR4B%2FYaavDJ5hs%3D&reserved=0<https://shibboleth.atlassian.net/wiki/x/ZYEpPw>
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
[Charles Sturt]<https://www.csu.edu.au/>
________________________________
LEGAL NOTICE
This email (including correspondence comprising an email chain and any attachment) is confidential and is intended for the use of the addressee(s) only. If you are not the intended recipient of this email, you must not copy, distribute, take any action in reliance on it or disclose it to anyone.
Any confidentiality is not waived or lost by reason of mistaken delivery. Any email should be checked for viruses and defects before opening. Charles Sturt University does not accept liability for viruses or any consequence which arise as a result of this email transmission. Email communications with Charles Sturt University may be subject to automated email filtering, which could result in the delay or deletion of a legitimate email before it is read at Charles Sturt University. The views expressed in this email are not necessarily those of Charles Sturt University.
Charles Sturt University in Australia<https://www.csu.edu.au/> The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN: 83 878 708 551). Charles Sturt University - TEQSA Provider Identification: PRV12018 (Australian University). CRICOS Provider: 00005F.
Consider the environment before printing this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20240830/18c4ac4c/attachment.htm>
More information about the users
mailing list